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

Comment (by rcoup):

 If you get a message like `operator class "gist_geometry_ops" does not
 exist for access method "gist"` and you're running a recent Django release
 & PostGIS 2.0+, check that `settings.POSTGIS_VERSION` is either not set,
 or set to the PostGIS version installed in your database eg.
 `POSTGIS_VERSION=(2,0,1)`. You can check this via `SELECT
 postgis_full_version();` from a SQL shell.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16455#comment:68>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.3d2afc85905c32c89bb66d04bd0bb7a2%40djangoproject.com?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to