mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-04-03 14:40:36 +00:00
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:
parent
789f22b69b
commit
b16def5c09
13 changed files with 0 additions and 0 deletions
0
README
Normal file → Executable file
0
README
Normal file → Executable file
0
adminsortable/__init__.py
Normal file → Executable file
0
adminsortable/__init__.py
Normal file → Executable file
0
adminsortable/admin.py
Normal file → Executable file
0
adminsortable/admin.py
Normal file → Executable file
0
adminsortable/models.py
Normal file → Executable file
0
adminsortable/models.py
Normal file → Executable file
0
adminsortable/templates/adminsortable/change_list.html
Normal file → Executable file
0
adminsortable/templates/adminsortable/change_list.html
Normal file → Executable file
0
adminsortable/templates/adminsortable/shared/javascript_includes.html
Normal file → Executable file
0
adminsortable/templates/adminsortable/shared/javascript_includes.html
Normal file → Executable file
0
adminsortable/templates/adminsortable/shared/nested_objects.html
Normal file → Executable file
0
adminsortable/templates/adminsortable/shared/nested_objects.html
Normal file → Executable file
0
adminsortable/templatetags/django_template_additions.py
Normal file → Executable file
0
adminsortable/templatetags/django_template_additions.py
Normal file → Executable file
0
sample_project/adminsortable.sqlite
Normal file → Executable file
0
sample_project/adminsortable.sqlite
Normal file → Executable file
0
sample_project/app/admin.py
Normal file → Executable file
0
sample_project/app/admin.py
Normal file → Executable file
0
sample_project/app/models.py
Normal file → Executable file
0
sample_project/app/models.py
Normal file → Executable file
0
sample_project/app/tests.py
Normal file → Executable file
0
sample_project/app/tests.py
Normal file → Executable file
0
sample_project/settings.py
Normal file → Executable file
0
sample_project/settings.py
Normal file → Executable file
Loading…
Reference in a new issue