diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-21 22:27:58 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-04-03 12:48:00 +0200 |
commit | a847ded15c80dfa0b16dee5c1ea109da06af7b34 (patch) | |
tree | e981f729ceae0a4444105323ed3ad16b9a7a9bc6 /ishtar_common/models.py | |
parent | 05911c88dacbc5dd974fa5697dd08e9ab1d35d1d (diff) | |
download | Ishtar-a847ded15c80dfa0b16dee5c1ea109da06af7b34.tar.bz2 Ishtar-a847ded15c80dfa0b16dee5c1ea109da06af7b34.zip |
Load task refactoring - manage external_id regen with tasks - cascade update from warehouse to containers (refs #5432) - containers manage history
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 420670ca1..c053f7c10 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -164,7 +164,6 @@ from ishtar_common.models_common import ( ImageContainerModel, StatisticItem, CachedGen, - CascasdeUpdate, Department, State, ) |