django-admin-sortable/adminsortable
vanadium23 1eb931b340 add: Allow to define custom ignore list in query params
Not all query params can be model fields for querysets. User can define custom ListFilter and get_queryset on it.
Provide option to ignore the params for filters on SortableAdmin.
2023-02-15 17:29:25 +04:00
..
locale Fixed empty django.mo file for Ukrainian translation (sorry for this) 2019-07-17 22:45:14 +03:00
static/adminsortable Tweak CSS to restrict elements that have cursor: move 2020-05-25 18:44:32 -07:00
templates/adminsortable chore: cleanup and add support for Python 3.9 2021-07-17 01:11:19 +02:00
templatetags Improve performance of sort view for moods and elements. 2018-03-13 23:06:05 +11:00
__init__.py - Version bump to 2.3.0 2021-12-21 20:37:48 -05:00
admin.py add: Allow to define custom ignore list in query params 2023-02-15 17:29:25 +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 Don't apply a default value if the value is already specified 2020-05-26 17:27:50 -07:00
utils.py Removed print debug statement. 2015-12-23 17:22:53 -05:00