django-admin-sortable-fixwin/adminsortable
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
..
locale Version bump to 1.7.1. 2014-08-21 22:14:36 -04:00
static/adminsortable Make inlines to work corectly with non sortable inlines 2014-11-18 17:04:20 +02:00
templates/adminsortable Added extra check for object when sorting self-referential models. 2014-11-03 10:44:11 -05:00
templatetags Fixed comparison operator according to PEP8. 2014-10-04 11:55:12 -04:00
__init__.py Version bump to 1.7.7. 2014-11-03 10:50:02 -05:00
admin.py Fixed call to queryset object for Django >= 1.7 2014-11-03 10:43:13 -05:00
fields.py Working on updating documentation and sample project 2013-02-28 22:07:16 -05:00
models.py Added a space after the legacy sortable_by parameter to separate it. 2014-10-24 20:31:02 -04:00
utils.py Added Python 3 compatibility to sample project. 2014-11-19 10:58:55 -05:00