django-admin-sortable-fixwin/sample_project/sample_project
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 Minor modifications for Django 1.5.x and 1.4.x backward-compatibility. 2013-03-10 20:53:05 -04:00
settings.py Added Python 3 compatibility to sample project. 2014-11-19 10:58:55 -05:00
urls.py Minor modifications for Django 1.5.x and 1.4.x backward-compatibility. 2013-03-10 20:53:05 -04:00
utils.py Minor modifications for Django 1.5.x and 1.4.x backward-compatibility. 2013-03-10 20:53:05 -04:00
wsgi.py Minor modifications for Django 1.5.x and 1.4.x backward-compatibility. 2013-03-10 20:53:05 -04:00