django-admin-sortable-fixwin/sample_project/app
Brandon Taylor 847b471872 Added properties to allow sortable change list and change form view to extend a custom template or extend the default admin change form and change list templates.
Fixed a problem with the detection of sortability of inline models at the template level that was preventing the drag-and-drop messaging in the template to be displayed.
Updated unit tests.
2013-05-03 08:35:17 -04:00
..
migrations Added support for queryset() overrides on admin classes and inline admin classes. 2013-04-27 22:58:02 -04:00
__init__.py Added SortableForeignKey field to replace `sortable_by` model property. 2012-02-24 22:35:30 -06:00
admin.py Added properties to allow sortable change list and change form view to extend a custom template or extend the default admin change form and change list templates. 2013-05-03 08:35:17 -04:00
models.py Added support for queryset() overrides on admin classes and inline admin classes. 2013-04-27 22:58:02 -04:00
tests.py Added properties to allow sortable change list and change form view to extend a custom template or extend the default admin change form and change list templates. 2013-05-03 08:35:17 -04:00