django-admin-sortable-fixwin/adminsortable
Brandon Taylor 698ca136d5 Refactored admin url patterns to be compatible with Django 1.8 or higher.
Refactored sample_project imports to be compatible with Django 1.9
Updated unit tests for get_next/previous.
Version bump to 2.0.8.
Fixed typo in docs.
2015-12-21 14:11:13 -05:00
..
locale add polish translation 2015-03-30 21:17:49 +02:00
static/adminsortable Added extra JS to deterine which element to highlight in the case where all fieldsets of a stacked inline are set to collapse. 2015-11-18 09:20:45 -05:00
templates/adminsortable Variable jQuery path for Django version 1.9 and above 2015-12-08 22:04:05 +01:00
templatetags Fixed comparison operator according to PEP8. 2014-10-04 11:55:12 -04:00
__init__.py Refactored admin url patterns to be compatible with Django 1.8 or higher. 2015-12-21 14:11:13 -05:00
admin.py Refactored admin url patterns to be compatible with Django 1.8 or higher. 2015-12-21 14:11:13 -05:00
fields.py Fixed a typp in adminsortable/fields.py comments. 2015-09-07 21:26:36 -04:00
models.py Refactored admin url patterns to be compatible with Django 1.8 or higher. 2015-12-21 14:11:13 -05:00
utils.py fix slow get_is_sortable when using with inline admins 2015-11-11 16:03:19 +01:00