Minor modifications for Django 1.5.x and 1.4.x backward-compatibility.

Added new sample project.
Improved documentation.
Refactored CSS selector for inlines that are sortable.
This commit is contained in:
Brandon Taylor
2013-03-10 20:53:05 -04:00
parent ac2cecf291
commit a54e81434f
39 changed files with 561 additions and 3702 deletions
@@ -1,3 +1,3 @@
.tabular .sortable:not(.add-row) {
.sortable.has_original {
cursor: move;
}