django-admin-sortable-fixwin/adminsortable
Brandon Taylor 014f6d1660 Added support for queryset() overrides on admin classes and inline admin classes.
Updated version to 1.4.5.
Updated README with explanation of requirements for overriding queryset() on inline models.
Added extra models to sample project to demonstrate sortable models with custom querysets.
Improved JavaScript of sortables to be more efficient with better comparison checking.
Fixed highlighting of stacked inlines on sort finish.
2013-04-27 22:58:02 -04:00
..
locale fixed a typo, regenerated language files 2012-03-15 10:12:28 +01:00
static/adminsortable Added support for queryset() overrides on admin classes and inline admin classes. 2013-04-27 22:58:02 -04:00
templates/adminsortable Removed url template tags and put in relative paths for sorting urls for Django <= 1.4.x and Django 1.5.x compatibility. 2013-04-27 13:10:53 -04:00
templatetags Reverted changes that added get_sort_url template tag, as this caused an exception error with inlines. 2013-04-26 13:30:42 -04:00
__init__.py Added support for queryset() overrides on admin classes and inline admin classes. 2013-04-27 22:58:02 -04:00
admin.py Added support for queryset() overrides on admin classes and inline admin classes. 2013-04-27 22:58:02 -04:00
fields.py Working on updating documentation and sample project 2013-02-28 22:07:16 -05:00
models.py Added support for queryset() overrides on admin classes and inline admin classes. 2013-04-27 22:58:02 -04:00
utils.py Added support for queryset() overrides on admin classes and inline admin classes. 2013-04-27 22:58:02 -04:00