mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-24 18:00:30 +00:00
Replaced jQuery loaded from CDN with jQuery included with Django Admin.
Replaced jQuery UI from CDN with django.jQuery namespaced jQueryUI 1.8.11.
Implemented static includes using {% static %} template tag.
Removed documentation concerning override of sortable inlines whose parent doesn't inherit from sortable until a consistent workaround can be achieved.
Added CSRF protection for sort views.
2 lines
27 B
Text
2 lines
27 B
Text
django==1.5.2
|
|
south==0.8.1
|