django-admin-sortable-fixwin/adminsortable
Andreas Hug 10937eb6d8 Replace deprecated mimetype with content_type
Passing `mimetype` to an HttpResponse object is deprecated
since Django 1.5 and will throw an error in Django 1.7.
`content_type` is supported since Django 1.0.
2013-11-23 12:18:09 +01:00
..
locale Removed executable permissions from many files 2013-07-18 22:45:22 -03:00
static/adminsortable Merged README. 2013-09-23 08:45:18 -04:00
templates/adminsortable Bumped version to 1.5.5. 2013-09-23 08:41:10 -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 Bumped version to 1.5.5. 2013-09-23 08:41:10 -04:00
admin.py Replace deprecated mimetype with content_type 2013-11-23 12:18:09 +01: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 Make fast query with "count(*)" instead selecting all data 2013-11-06 13:55:40 +03:00