#12757: Join on field 'geo' not permitted --------------------------------------+------------------------------------- Reporter: [email protected] | Owner: nobody Status: new | Milestone: Component: django-admin.py | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 0 | --------------------------------------+------------------------------------- i have a problem about calling geodjango function my method is searching place(point) that within specify point i get point from user and it will return place(point) that within but when i run program , it has an error "Join on field 'geo' not permitted" so geo is attribute in database , its type is geometry(multipolygon) and has srid=32647 i don't know why this error happen how i use dwithin function ??
thanks in advance -- Ticket URL: <http://code.djangoproject.com/ticket/12757> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
