django-admin-sortable-fixwin/adminsortable
Marco Badan a5496fed0b Remove `load url from future`
`{% load url from future %}` can be removed from templates since Django 1.5 and it will be removed from Django in 1.9

https://docs.djangoproject.com/en/1.8/releases/1.5/#django-1-5-release-notes
https://docs.djangoproject.com/en/dev/releases/1.7/#loading-ssi-and-url-template-tags-from-future-library
2015-11-14 14:04:56 +01:00
..
locale add polish translation 2015-03-30 21:17:49 +02:00
static/adminsortable fix sortable function not found 2015-03-24 13:40:07 +01:00
templates/adminsortable Remove `load url from future` 2015-11-14 14:04:56 +01:00
templatetags Fixed comparison operator according to PEP8. 2014-10-04 11:55:12 -04:00
__init__.py Version bump to 2.0.4. 2015-11-12 08:02:49 -05:00
admin.py Fix bug when used with descending order 2015-10-20 14:11:49 +02:00
fields.py Fixed a typp in adminsortable/fields.py comments. 2015-09-07 21:26:36 -04:00
models.py Refactored order_field_name out of Sortable class, instead deriving from Meta.ordering, since you have to set Meta.ordering to the order field to get the proper Sorting anyway. 2015-09-02 09:38:10 -04:00
utils.py fix slow get_is_sortable when using with inline admins 2015-11-11 16:03:19 +01:00