django-admin-sortable-fixwin/sample_project/app/migrations
Brandon Taylor 63a80f5953 Incremented version to 1.2.
Refactored ORM calls to properly order objects by the sortable_by property to ensure objects are grouped correctly in the sortable change list template after being passed through dynamic_regroup.
Fixed missing import for jquery.effects.core, again.
Refactored sortable_by classmethod into a property.
2011-11-22 22:19:39 -06:00
..
0001_initial.py Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count. 2011-11-16 00:48:14 -06:00
0002_add_note.py Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count. 2011-11-16 00:48:14 -06:00
0003_add_sample.py Incremented version to 1.2. 2011-11-22 22:19:39 -06:00
__init__.py Modified classmethod queries that determine if a Model is sortable to only retieve one record and not use count. 2011-11-16 00:48:14 -06:00