incuna / django-orderable

Add manual sort order to Django objects via an abstract base class and admin classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Respect update_fields in model save options

mjtamlyn opened this issue · comments

If sort_order is not in update_fields, we should do nothing - even if it has changed.