django-admin-sortable-fixwin/sample_project/app
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
..
fixtures 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
migrations 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
admin.py Refactored sortable_by into a property instead of a classmethod. 2011-11-22 20:42:36 -06:00
models.py Incremented version to 1.2. 2011-11-22 22:19:39 -06:00
tests.py Incremented version to 1.2. 2011-11-22 22:19:39 -06:00