django-admin-sortable-fixwin/adminsortable
Chris Tapper 01fc6a18b6 Remove deprecated template tag libraries.
`{% load staticfiles %}` and `{% load adminstatic %}` were
[deprecated in Django 2.1](https://docs.djangoproject.com/en/2.2/releases/2.1/#features-deprecated-in-2-1),
and [removed in Django 3.0](https://docs.djangoproject.com/en/dev/releases/3.0/#features-removed-in-3-0).

Instead, `{% load static %}` should be used.
2019-10-27 18:51:55 +01:00
..
locale Fixed empty django.mo file for Ukrainian translation (sorry for this) 2019-07-17 22:45:14 +03: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 Remove deprecated template tag libraries. 2019-10-27 18:51:55 +01:00
templatetags Improve performance of sort view for moods and elements. 2018-03-13 23:06:05 +11:00
__init__.py Fix Font Awesome Icon selection scoping 2019-08-28 07:53:50 -04:00
admin.py Meged changes 2019-06-03 14:29:17 -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 Version bump to 2.1.9 2018-10-10 14:02:11 -04:00
utils.py Removed print debug statement. 2015-12-23 17:22:53 -05:00