#15065: Installing django.contrib.gis causes all configured databases to use
spatial DB engine
------------------------------------------+---------------------------------
Reporter: clay | Owner: nobody
Status: new | Milestone:
Component: Database layer (models, ORM) | Version: 1.2
Keywords: postgis | Stage: Unreviewed
Has_patch: 0 |
------------------------------------------+---------------------------------
When using multiple databases, it is sometimes desirable to configure some
as spatial databases (e.g., using a django.contrib.gis.db.backends.*
engine), while configuring others as non-spatial (e.g., using the
postgresql_psycopg2 engine). However, if 'django.contrib.gis' is in
INSTALLED_APPS, {{{django/db/__init__.py}}} subversively changes all
configured non-spatial database engines to their spatial counterparts.
--
Ticket URL: <http://code.djangoproject.com/ticket/15065>
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.