This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django-admin-sortable
Watch
1
Star
0
Fork
You've already forked django-admin-sortable
0
mirror of
https://github.com/jazzband/django-admin-sortable.git
synced
2026-03-21 00:10:29 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
651064d3fb
django-admin-sortable
/
sample_project
/
app
History
Brandon Taylor
651064d3fb
Added sortable model that will not be registered as an inline, but will have a non-sortable parent.
2014-10-24 09:15:07 -04:00
..
fixtures
Added Person model with ordering_subset and initial data.
2014-02-05 09:36:03 -05:00
__init__.py
Added SortableForeignKey field to replace
sortable_by
model property.
2012-02-24 22:35:30 -06:00
admin.py
Added NonSortableCategory and SortableCategoryWidget model classes.
2014-09-21 15:14:03 -04:00
models.py
Added sortable model that will not be registered as an inline, but will have a non-sortable parent.
2014-10-24 09:15:07 -04:00
tests.py
Added version specific overrides for get_queryset and get_query_set.
2014-10-06 08:56:41 -04:00