Bumped version to 1.5.4.
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.
This commit is contained in:
Binary file not shown.
@@ -1,2 +1,2 @@
|
||||
django==1.5
|
||||
South==0.7.6
|
||||
django==1.5.2
|
||||
south==0.8.1
|
||||
|
||||
Reference in New Issue
Block a user