Allow nested collections
This commit is contained in:
@@ -4,6 +4,7 @@ from .models import ApiKey, Attachment, Collection, CollectionSection, Item, Kan
|
||||
|
||||
class CollectionSectionInline(admin.TabularInline):
|
||||
model = CollectionSection
|
||||
fk_name = 'collection'
|
||||
extra = 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user