summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-03-27 11:58:12 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-03-27 12:19:03 +0100
commit6ebe53884bda07026d7eb1cfb7d093d95465e8b3 (patch)
treebcdbfed519785288f147e90ac4019c7fd5cf1905 /ishtar_common/models.py
parent28ae853d43338ca9816cdbe1b2887ff48f94d1ca (diff)
downloadIshtar-6ebe53884bda07026d7eb1cfb7d093d95465e8b3.tar.bz2
Ishtar-6ebe53884bda07026d7eb1cfb7d093d95465e8b3.zip
🗃️ author type - models: add hierarchy
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index c8a2f4f45..04defbd81 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -4581,7 +4581,7 @@ class Basket(FullSearch, OwnPerms, ValueGetter, TemplateItem):
return new_item
-class AuthorType(GeneralType):
+class AuthorType(HierarchicalType):
order = models.IntegerField(_("Order"), default=1)
class Meta: