Re: gis: MySql Persistence Problem

2008-01-08 Thread Ben Walton
Thanks Justin, I seemed to have glanced over that section of the documentation, I'd realized that the query wasn't actually using the query from contrib/gis and that explains why! Thanks again! Ben On Jan 8, 2008 8:34 PM, Justin Bronn <[EMAIL PROTECTED]> wrote: > > Ben, > > > Can anyone help as

Re: gis: MySql Persistence Problem

2008-01-08 Thread Justin Bronn
Ben, > Can anyone help as to why I can't load my points? Is it a MySql problem? > No, it is not a MySQL problem. This didn't work because you forgot to set the model manager to use the `GeoManager`, i.e., you didn't add `objects = models.GeoManager()` to both your UserProfile and Lcoation model