django-admin-sortable-fixwin/sample_project/app
Brandon Taylor 7cd8f7cad3 Added Python 3 compatibility to sample project.
Removed utils file and moved map_path function to settings.py.
Refactored tests for Python 2 and 3 compatibility.
Added inheritance check to get proper determination if a SortableForeignKey field is defined but the specified model does not inherit from Sortable.
2014-11-19 10:58:55 -05:00
..
__init__.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
admin.py Added Python 3 compatibility to sample project. 2014-11-19 10:58:55 -05:00
models.py Added Python 3 compatibility to sample project. 2014-11-19 10:58:55 -05:00
tests.py Added Python 3 compatibility to sample project. 2014-11-19 10:58:55 -05:00