django-admin-sortable-fixwin/sample_project/app
Brandon Taylor 1b4730fef9 Added Person model with sorting_filters set to only order people who are board members.
Added custom template override to specify which people are sortable in change list.
Added initial data fixture for people.
2014-02-05 11:08:02 -05:00
..
fixtures Added Person model with ordering_subset and initial data. 2014-02-05 09:36:03 -05:00
migrations 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 Person model with sorting_filters set to only order people who are board members. 2014-02-05 11:08:02 -05:00
models.py Added Person model with sorting_filters set to only order people who are board members. 2014-02-05 11:08:02 -05:00
tests.py Bumped version to 1.5.5. 2013-09-23 08:41:10 -04:00