It's working! Thanks a lot. 
Is There a problem with mixing regular models fields with geomodels ones?


The single underscore is correct: 
> https://docs.djangoproject.com/en/dev/ref/contrib/gis/geoquerysets/#distance-lte
>
> But, you need to use a `objects = GeoManager()` on the Restaurants model 
> (as well as the Place model) per the docs: 
> https://docs.djangoproject.com/en/dev/ref/contrib/gis/model-api/#django.contrib.gis.db.models.GeoManager
>
>  -Ethan
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/4FdC-Q1mfuUJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to