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:
Brandon Taylor
2013-09-05 14:09:50 -04:00
parent b8bb4e4d6b
commit 1bf917da61
11 changed files with 132 additions and 898 deletions
Binary file not shown.
+2 -2
View File
@@ -1,2 +1,2 @@
django==1.5
South==0.7.6
django==1.5.2
south==0.8.1