Alfonso, You syntax looks correct.
The obvious first check is to make sure your model geometry field has an srid specified such as: geometry = models.MultiPolygonField(srid=4326) and that your model has a geomanager: objects = models.GeoManager() If you don't specify an srid it *should* default to 4326, but that is worth a try to see if it changes anything. The second thing I would try is to (if possible) flush your database and re-run syncdb. If that does not change anything then perhaps paste your models in this thread or in #geodjango irc. Dane On Nov 14, 8:20 am, Alfonso <[EMAIL PROTECTED]> wrote: > btw ignore double underscores in featured list - typo > > A --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---