summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-08-23 22:15:09 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:18 +0100
commit6a0de82841d7eab7d749ea5b951c4797e32b4dfe (patch)
tree797a5dc84c8a736779b3566479337dec5a88c529 /ishtar_common/models.py
parent03808f51e2a05d56e71745242b485ab4bfaa0231 (diff)
downloadIshtar-6a0de82841d7eab7d749ea5b951c4797e32b4dfe.tar.bz2
Ishtar-6a0de82841d7eab7d749ea5b951c4797e32b4dfe.zip
Add geo buffer type: model, admin, forms
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 2 insertions, 0 deletions
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__)