This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django-admin-sortable
Watch
1
Star
0
Fork
You've already forked django-admin-sortable
0
mirror of
https://github.com/jazzband/django-admin-sortable.git
synced
2026-03-17 14:30:26 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
fcc84ec00d
django-admin-sortable
/
sample_project
/
samples
History
Brandon Taylor
6d5f9e97b4
Added
after_sorting
method to SortableAdminBase class that can be defined on a model admin to be executed after sorting has occurred.
2018-07-09 07:49:55 -04:00
..
migrations
Updated migrations to allow for a model with a non autofield as the primary key.
2018-03-19 21:18:08 -04:00
__init__.py
Restructured sample project for Django 2.
2017-12-04 21:29:55 -05:00
admin.py
Added
after_sorting
method to SortableAdminBase class that can be defined on a model admin to be executed after sorting has occurred.
2018-07-09 07:49:55 -04:00
apps.py
Restructured sample project for Django 2.
2017-12-04 21:29:55 -05:00
models.py
Updated migrations to allow for a model with a non autofield as the primary key.
2018-03-19 21:18:08 -04:00
tests.py
Updated migrations to allow for a model with a non autofield as the primary key.
2018-03-19 21:18:08 -04:00