Updated version to 1.3.2.

Updated status to stable/production.
Added AttributeError exception handling for models that specify a SortableForeignKey that does not inherit from Sortable.
Added template support for nested objects that are sortable by a foreign key, where the foreign key is not sortable.
This commit is contained in:
Brandon Taylor
2012-06-07 09:38:36 -04:00
parent 7a000f1724
commit 484f00d263
7 changed files with 32 additions and 17 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from django.test import TestCase
from django.test.client import Client, RequestFactory
from adminsortable.fields import SortableForeignKey
from adminsortable.models import Sortable, MultipleSortableForeignKeyException
from adminsortable.models import Sortable
from app.models import Category, Credit, Note