diff options
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 |
commit | 4d6148a4ff633ab641a4dbecb78e0281c88bd1e6 (patch) | |
tree | 797a5dc84c8a736779b3566479337dec5a88c529 /ishtar_common/models.py | |
parent | 14079cb2b15a6348bd35ad39a7551b731e9c03c9 (diff) | |
download | Ishtar-4d6148a4ff633ab641a4dbecb78e0281c88bd1e6.tar.bz2 Ishtar-4d6148a4ff633ab641a4dbecb78e0281c88bd1e6.zip |
Add geo buffer type: model, admin, forms
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
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__) |