Added sorting icons.

Refactored determination of sortability of classes referenced as sortable foreign keys in admin in a more reliable way.
This commit is contained in:
Brandon Taylor
2015-12-23 16:39:45 -05:00
parent de823d912c
commit 5dee27e077
20 changed files with 154 additions and 27 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class CreditInline(SortableTabularInline):
class NoteInline(SortableStackedInline):
model = Note
extra = 0
extra = 2
class GenericNoteInline(SortableGenericStackedInline):