From 6ebe53884bda07026d7eb1cfb7d093d95465e8b3 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 27 Mar 2026 11:58:12 +0100 Subject: 🗃️ author type - models: add hierarchy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') 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: -- cgit v1.2.3