Allow nested collections

This commit is contained in:
rucki
2026-08-30 18:47:35 +02:00
parent d5917d411a
commit 5793283653
9 changed files with 202 additions and 25 deletions
+1
View File
@@ -4,6 +4,7 @@ from .models import ApiKey, Attachment, Collection, CollectionSection, Item, Kan
class CollectionSectionInline(admin.TabularInline):
model = CollectionSection
fk_name = 'collection'
extra = 0