diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 3a8182d2f..a67dcc6df 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -87,7 +87,7 @@ from ishtar_common.utils import get_cache, create_slug, \ from ishtar_common.models_common import GeneralType, HierarchicalType, \ BaseHistorizedItem, LightHistorizedItem, FullSearch, \ SearchAltName, OwnPerms, Cached, \ - Address, post_save_cache, TemplateItem, SpatialReferenceSystem, \ + Address, post_save_cache, TemplateItem, SpatialReferenceSystem, \ DashboardFormItem, document_attached_changed, SearchAltName, \ DynamicRequest, GeoItem, CompleteIdentifierItem, SearchVectorConfig, \ DocumentItem, QuickAction, MainItem, Merge, ShortMenuItem, Town, \ |