diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-05-22 20:31:19 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:21:00 +0100 |
commit | 514be394a72d3a08a1a7cb0d588ba4c3b51cb395 (patch) | |
tree | b7bece5905a4a433cbde9132bec669669f1c8ea0 /ishtar_common/models.py | |
parent | 5a16bff4556fc70b8feb5e39bad362c7f0a23d41 (diff) | |
download | Ishtar-514be394a72d3a08a1a7cb0d588ba4c3b51cb395.tar.bz2 Ishtar-514be394a72d3a08a1a7cb0d588ba4c3b51cb395.zip |
Geodata - geo forms: new forms - many adaptations
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 2bd983906..870cce90b 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -145,6 +145,8 @@ from ishtar_common.models_common import ( DynamicRequest, GeoItem, GeoDataType, + GeoOriginType, + GeoProviderType, GeoVectorData, CompleteIdentifierItem, SearchVectorConfig, @@ -204,6 +206,9 @@ __all__ = [ "State", "CompleteIdentifierItem", "GeoVectorData", + "GeoDataType", + "GeoOriginType", + "GeoProviderType", ] logger = logging.getLogger(__name__) |