django-admin-sortable-fixwin/sample_project/app
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
..
__init__.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
admin.py Merged pull request 97 2014-12-22 10:25:35 -05:00
models.py Fixed merge conflict. 2014-12-22 10:30:56 -05:00
tests.py Fix sort changelist for objects with sortable fk 2015-01-12 15:40:33 +00:00