Nikita
Results
2
comments of
Nikita
I managed to fix this by inheriting from `DjangoSerializerMutation` class and overriding `__init_subclass_with_meta__` and `update` methods. I just added ID argument to `update` operation and then grabbed that ID in...
I created a PR for that https://github.com/mishbahr/django-modeladmin-reorder/pull/49 You can install admin_reorder from my fork for now. `pip install git+git://github.com/bloodwithmilk25/django-modeladmin-reorder.git@master`