This website requires JavaScript.
Explore
Help
Sign In
Briq
/
django-admin-sortable-fixwin
Watch
8
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
460
Commits
1
Branch
0
Tags
eb5a9e0a8a921df7cbe8c8e2d900101e5e5f20ef
Commit Graph
2 Commits
This Branch
This Branch
All Branches
Author
SHA1
Message
Date
Anton Shevchenko
eb5a9e0a8a
Avoid unnecessary db queries: perform the update iff the order field has changed.
2017-03-08 23:28:40 -05:00
Anton Shevchenko
f2f5daf831
Use 'update_fields' to limit the object's save() method to just the order field, so that other fields are not accidentally overwritten with stale data.
2017-03-08 22:14:48 -05:00