diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-08-08 17:56:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-16 16:38:32 +0200 |
commit | df7044e23e0123558124a600e5b470ed2d537135 (patch) | |
tree | e2c5d2b1b017bc752674c6a6a67ac3843ae7da8d /ishtar_common/models.py | |
parent | 6e5740c977ea4eb425b68b5cacb982916a43ba73 (diff) | |
download | Ishtar-df7044e23e0123558124a600e5b470ed2d537135.tar.bz2 Ishtar-df7044e23e0123558124a600e5b470ed2d537135.zip |
✨ Imports groups: archive_required field - automatically create related imports on group creation - adapt import list
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 607184e41..68b571af4 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -216,7 +216,6 @@ __all__ = [ "DocumentItem", "CachedGen", "StatisticItem", - "CascasdeUpdate", "Department", "State", "CompleteIdentifierItem", |