django-admin-sortable-fixwin/adminsortable
tomd 7f0519afbe Fix sort changelist for objects with sortable fk
Loading the test app '/admin/app/project/sort/' changelist failed with
the following error:

UnboundLocalError: local variable 'objects' referenced before assignment

(utils.py, check_model_is_sortable)

See test sample_app test_adminsortable_change_list_view_loads_with_sortable_fk
2015-01-12 15:40:33 +00: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 re-enabled href in shared/object_rep.html 2014-12-27 12:18:10 -05:00
templatetags Fixed comparison operator according to PEP8. 2014-10-04 11:55:12 -04:00
__init__.py Merged PR 99. 2014-12-27 12:45:49 -05:00
admin.py removed print statements 2014-12-27 12:12:47 -05:00
fields.py Working on updating documentation and sample project 2013-02-28 22:07:16 -05:00
models.py Using __class__ to get model class as model is not an attribute of class Meta in Django 1.5.x 2014-12-22 14:57:17 +00:00
utils.py Fix sort changelist for objects with sortable fk 2015-01-12 15:40:33 +00:00