Opened 14 years ago

Closed 14 years ago

#12757 closed (invalid)

Join on field 'geo' not permitted

Reported by: aomza_snoopy@… Owned by: nobody
Component: Core (Management commands) Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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

Change History (1)

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: invalid
Status: newclosed

Trac isn't for asking howto questions or diagnosing problems, it's for logging known issues with Django itself. Closing until you can provide a reproducible test case that indicates a clear problem with Django.

Note: See TracTickets for help on using tickets.
Back to Top