This website requires JavaScript.
Explore
Help
Sign In
Briq
/
django-admin-sortable-fixwin
Watch
8
Star
0
Fork
0
You've already forked django-admin-sortable-fixwin
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
1301aad55a96d3cab0a534161aeb82d10de297d2
django-admin-sortable-fixwin
/
sample_project
/
app
T
History
Brandon Taylor
3757ca98c0
Added extra JS to deterine which element to highlight in the case where all fieldsets of a stacked inline are set to collapse.
2015-11-18 09:20:45 -05:00
..
__init__.py
Added SortableForeignKey field to replace
sortable_by
model property.
2012-02-24 22:35:30 -06:00
admin.py
Added extra JS to deterine which element to highlight in the case where all fieldsets of a stacked inline are set to collapse.
2015-11-18 09:20:45 -05:00
models.py
Refactored order_field_name out of Sortable class, instead deriving from Meta.ordering, since you have to set Meta.ordering to the order field to get the proper Sorting anyway.
2015-09-02 09:38:10 -04:00
tests.py
Work in progress on refactoring the Sortable class into a non-obtrusive mixin.
2015-08-23 22:23:45 -04:00