Closed demiurg closed 10 years ago
read the docs here http://djangonauts.github.io/django-hstore/ and look for "Geodjango" with CTRL+F.
Also checkout the test models: https://github.com/djangonauts/django-hstore/blob/master/tests/django_hstore_tests/models.py#L198
Is my understanding correct that there is no way to use the custom hstore fields in the same model with geospatial fields, which rely on django postgis database backend?
I looked in the docs, and an older version of the doc said this was true, but the current version doesn't seem to mention anything about it, so I wasn't sure if this was an issue.