Merged changes from sortable-by-refactor.

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.
This commit is contained in:
Brandon Taylor 2011-11-22 22:27:20 -06:00
parent 789f22b69b
commit b16def5c09
13 changed files with 0 additions and 0 deletions

0
README Normal file → Executable file
View file

0
adminsortable/__init__.py Normal file → Executable file
View file

0
adminsortable/admin.py Normal file → Executable file
View file

0
adminsortable/models.py Normal file → Executable file
View file

0
adminsortable/templates/adminsortable/change_list.html Normal file → Executable file
View file

View file

View file

View file

0
sample_project/adminsortable.sqlite Normal file → Executable file
View file

0
sample_project/app/admin.py Normal file → Executable file
View file

0
sample_project/app/models.py Normal file → Executable file
View file

0
sample_project/app/tests.py Normal file → Executable file
View file

0
sample_project/settings.py Normal file → Executable file
View file