django-admin-sortable-fixwin/adminsortable
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
..
locale 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
static/adminsortable 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
templates/adminsortable Incremented version to 1.2. 2011-11-22 22:19:39 -06:00
templatetags Incremented version to 1.2. 2011-11-22 22:19:39 -06:00
__init__.py Incremented version to 1.2. 2011-11-22 22:19:39 -06:00
admin.py Incremented version to 1.2. 2011-11-22 22:19:39 -06:00
models.py Refactored sortable_by into a property instead of a classmethod. 2011-11-22 20:42:36 -06:00