From 4d6148a4ff633ab641a4dbecb78e0281c88bd1e6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 23 Aug 2022 22:15:09 +0200 Subject: Add geo buffer type: model, admin, forms --- ishtar_common/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index e7520ee95..4ccc1cc0f 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -149,6 +149,7 @@ from ishtar_common.models_common import ( GeoOriginType, GeoProviderType, GeoVectorData, + GeoBufferType, CompleteIdentifierItem, SearchVectorConfig, DocumentItem, @@ -210,6 +211,7 @@ __all__ = [ "GeoDataType", "GeoOriginType", "GeoProviderType", + "GeoBufferType", ] logger = logging.getLogger(__name__) -- cgit v1.2.3