django-admin-sortable-fixwin/adminsortable
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
..
locale fixed a typo, regenerated language files 2012-03-15 10:12:28 +01:00
static/adminsortable Added support for queryset() overrides on admin classes and inline admin classes. 2013-04-27 22:58:02 -04:00
templates/adminsortable 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
templatetags Reverted changes that added get_sort_url template tag, as this caused an exception error with inlines. 2013-04-26 13:30:42 -04:00
__init__.py Fixed unicode support for title context variable in sort view. 2013-04-30 08:36:46 -04: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
fields.py Working on updating documentation and sample project 2013-02-28 22:07:16 -05:00
models.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
utils.py Added support for queryset() overrides on admin classes and inline admin classes. 2013-04-27 22:58:02 -04:00