django-admin-sortable-fixwin/adminsortable
unknown 1b9c5c0a64 Refactored sortable_by into a property instead of a classmethod.
Added backwards compatibility for pre 1.1.1 versions that still have sortable_by defined as a classmethod.
Need to address dynamic regroup template tag to see why categories are not being grouped properly in sample app.
2011-11-22 20:42:36 -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 Refactored sortable_by into a property instead of a classmethod. 2011-11-22 20:42:36 -06:00
templatetags Refactored sortable_by into a property instead of a classmethod. 2011-11-22 20:42:36 -06:00
__init__.py Incremented version to 1.1.1 2011-11-16 00:50:18 -06:00
admin.py Refactored sortable_by into a property instead of a classmethod. 2011-11-22 20:42:36 -06:00
models.py Refactored sortable_by into a property instead of a classmethod. 2011-11-22 20:42:36 -06:00