Opened 14 years ago
Closed 13 years ago
#14527 closed Cleanup/optimization (fixed)
GeoDjango docs shouldn't recommend PostgreSQL 8.3
Reported by: | Paul McMillan | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Normal | Keywords: | GeoDjango |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
The GeoDjango docs recommend using PostgreSQL 8.3 because PostGIS doesn't support 8.4 yet.
I don't believe this is true anymore. PostGIS provides 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
Change History (9)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Description: | modified (diff) |
---|---|
Triage Stage: | Unreviewed → Accepted |
Not being a GeoDjango user myself, I'd like to get someone else to confirm this before it gets fixed, but the report looks correct.
comment:3 by , 14 years ago
I can confirm it. I currently am using PostgreSQL 8.4.5 with PostGIS 1.5.1 for my GeoDjango based web site. Do you need any other kind of proof/sources before the documentation can be updated?
comment:4 by , 14 years ago
The Windows install wizard needs to be updated before this can be fixed. See the recent django-dev thread.
comment:5 by , 13 years ago
Severity: | → Normal |
---|---|
Type: | → Cleanup/optimization |
comment:13 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has been fixed in r15872.
That should read "because PostGIS doesn't support Postgres 8.4".