django-admin-sortable-fixwin/sample_project/app
Brandon Taylor 234a0118db Added NonSortableCategory and SortableCategoryWidget model classes.
Wired up NonSortableCategory and inline sortable SortableCategoryWidget to sample project admin.
2014-09-21 15:14:03 -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 NonSortableCategory and SortableCategoryWidget model classes. 2014-09-21 15:14:03 -04:00
tests.py Fixed string formatting for Python 2.6 in tests. 2014-09-12 09:20:36 -04:00