From df8a001203e9e936ae5bae4e06f5631d87fb3ada Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 22 May 2022 20:31:19 +0200 Subject: Geodata - geo forms: new forms - many adaptations --- ishtar_common/models.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common/models.py') 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__) -- cgit v1.2.3