#16455: Postgis 2.0 Compatibility
-----------------------------+------------------------------------
     Reporter:  ckarrie      |                    Owner:  jbronn
         Type:  New feature  |                   Status:  assigned
    Component:  GIS          |                  Version:  master
     Severity:  Normal       |               Resolution:
     Keywords:  postgis 2.0  |             Triage Stage:  Accepted
    Has patch:  1            |      Needs documentation:  1
  Needs tests:  1            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+------------------------------------

Comment (by anonymous):

 The patches above are a good start, but note that with PostGIS 2, the
 preferred method for enabling PostGIS for a database is to create postgis
 and postgis_topology extensions within the database rather than creating a
 separate PostGIS template database. However, the existing Django 1.4 code
 assumes the presence of a template database (named by the POSTGIS_TEMPLATE
 setting). To complicate this further, PostGIS 2 still supports the old
 PostGIS template database approach as well. So any patch to add full
 PostGIS 2 support to Django should support both the template database
 configuration and the PostGIS extension configuration.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16455#comment:23>
Django <https://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.

Reply via email to