diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-08-08 17:56:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-02-05 10:51:51 +0100 |
commit | e8aa8fdb0ea4f44266368df0817351fd6e965df8 (patch) | |
tree | e945a167d75e9517f028a700dd22f78ac57c5875 /ishtar_common/models.py | |
parent | ebe1e07e968209d4396a6bc90ccdc9b550870645 (diff) | |
download | Ishtar-e8aa8fdb0ea4f44266368df0817351fd6e965df8.tar.bz2 Ishtar-e8aa8fdb0ea4f44266368df0817351fd6e965df8.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", |