django-admin-sortable-fixwin/sample_project/app
Brandon Taylor 3970105ce5 Removed un-needed properties on script tags for JS imports.
Refactored sorting filters from class method into a model property with a default of an empty dictionary.
Refactored sortable admin class to not make two calls to determine sortability and also to get objects for sorting.
Added sorting_filters to sortable admin queryset.
2014-02-05 11:06:15 -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 Removed un-needed properties on script tags for JS imports. 2014-02-05 11:06:15 -05:00
models.py Removed un-needed properties on script tags for JS imports. 2014-02-05 11:06:15 -05:00
tests.py Bumped version to 1.5.5. 2013-09-23 08:41:10 -04:00