Shivaank Tripathi
Shivaank Tripathi
Getting similar issue with Django 3.2, [GeoDjango](https://docs.djangoproject.com/en/3.2/ref/contrib/gis/), Postgres with postgis extension for only queries like this: ``` from django.contrib.gis.geos import Point from django.contrib.gis.measure import Distance lat = 52.5 lng =...
Any update on this?
Much appreciated! Thanks @bhch Also wanted to know - In the new version, will there be a better way to connect autocomplete widgets to Django models search? Currently there is...