django-admin-sortable-fixwin/adminsortable
Brandon Taylor fabd78e5be Add Positional Arguments to Get Next/Previous
Added filter_args array argument to be passed to get_next/previous methods.
Added extra boolean fields to project model for testing.
2018-10-06 09:46:34 -04:00
..
locale Added Croatian translation 2018-03-22 19:04:02 +01:00
static/adminsortable Refactored sorting JS files to be includes so that server-side variables may be passed to them. 2018-06-18 11:40:24 -04:00
templates/adminsortable Fix Sort Link 2018-10-05 10:53:56 -04:00
templatetags Improve performance of sort view for moods and elements. 2018-03-13 23:06:05 +11:00
__init__.py Update Readme 2018-10-05 10:56:48 -04: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
fields.py Remove south_field_triple method as South does not support Django >= 1.7 2017-03-16 16:21:58 +01:00
models.py Add Positional Arguments to Get Next/Previous 2018-10-06 09:46:34 -04:00
utils.py Removed print debug statement. 2015-12-23 17:22:53 -05:00