#14527: GeoDjango docs shouldn't recommend PostgreSQL 8.3 ---------------------------+------------------------------------------------ Reporter: PaulM | Owner: nobody Status: new | Milestone: 1.3 Component: Documentation | Version: 1.2 Keywords: GeoDjango | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ The GeoDjango docs [http://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#postgresql recommend using PostgreSQL 8.3] because GeoDjango doesn't support 8.4 yet.
I don't believe this is true anymore. PostGIS provides [http://postgis.refractions.net/download/windows/ binary windows installers] for 8.3, 8.4, and 9.0, and the docs for both the 1.4 and the 1.5 branches claim to be compatible with every version of Postgres from 8.2 and 8.3 respectively. http://postgis.refractions.net/documentation/manual-1.5/ch02.html#id2576850 http://postgis.refractions.net/documentation/manual-1.4/ch02.html#id2701180 -- Ticket URL: <http://code.djangoproject.com/ticket/14527> 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.
