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:
@@ -59,7 +59,7 @@ class CreditInline(SortableTabularInline):
|
||||
|
||||
class NoteInline(SortableStackedInline):
|
||||
model = Note
|
||||
extra = 0
|
||||
extra = 2
|
||||
|
||||
|
||||
class GenericNoteInline(SortableGenericStackedInline):
|
||||
|
||||
Reference in New Issue
Block a user