diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-12-01 18:17:04 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:21 +0100 |
commit | 3c6d4cca5fdb40850359c5a4cdf1f17fd5bd7473 (patch) | |
tree | af310bc80c9a4980d345071ef93a08217280e7c3 /ishtar_common/models.py | |
parent | 342ea7e679a1609a810f216549e403d2563d27a1 (diff) | |
download | Ishtar-3c6d4cca5fdb40850359c5a4cdf1f17fd5bd7473.tar.bz2 Ishtar-3c6d4cca5fdb40850359c5a4cdf1f17fd5bd7473.zip |
Docs: autogen value documentation
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, \ |