> class Location(models.Model):
>   geo_loc         = models.PointField()
>
> The thing that strikes me as strange is that the geomanager doesn't
> show up at all in the traceback...  not sure why I can't do a join on
> geo_loc ?!
>
> Thanks for your help.

You need to put `objects = models.GeoManager()` in your `Location`
model.  I don't see it in the code you provided.

Regards,
-Justin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to