django-admin-sortable-fixwin/adminsortable
Brandon Taylor 863ff69719 Fix Sorting by ForeignKey
Removed do_inline_sorting_url and get_object_or_404 check in admin. The model_type_id should *always* be passed in.
Removed test that asserted that Categories weren't sortable as part of the Project admin. Categories *should* be sortable as part of Project admin as they are a Sortable ForeignKey.
Fixed object_rep template to pass in model_type_id again.
Updated README.
Version bump to 2.0.21
2016-10-30 11:33:20 -04:00
..
locale add polish translation 2015-03-30 21:17:49 +02:00
static/adminsortable Minor formatting tweaks 2016-08-08 21:34:53 -04:00
templates/adminsortable Fix Sorting by ForeignKey 2016-10-30 11:33:20 -04:00
templatetags Added template tag to get django version to allow flat admin specific classing for Django 1.9 or above. 2015-12-23 17:16:47 -05:00
__init__.py Fix Sorting by ForeignKey 2016-10-30 11:33:20 -04:00
admin.py Fix Sorting by ForeignKey 2016-10-30 11:33:20 -04:00
fields.py Fixed a typp in adminsortable/fields.py comments. 2015-09-07 21:26:36 -04:00
models.py Changed version check back to old-style for backwards compatibility. 2016-10-12 22:23:38 -04:00
utils.py Removed print debug statement. 2015-12-23 17:22:53 -05:00