Author: jbronn Date: 2010-10-11 17:24:59 -0500 (Mon, 11 Oct 2010) New Revision: 14156
Modified: django/branches/releases/1.2.X/docs/ref/contrib/gis/install.txt Log: [1.2.X] Updated version of PostGIS in GeoDjango install docs. Backport of r14150 from trunk. Modified: django/branches/releases/1.2.X/docs/ref/contrib/gis/install.txt =================================================================== --- django/branches/releases/1.2.X/docs/ref/contrib/gis/install.txt 2010-10-11 21:58:46 UTC (rev 14155) +++ django/branches/releases/1.2.X/docs/ref/contrib/gis/install.txt 2010-10-11 22:24:59 UTC (rev 14156) @@ -240,9 +240,9 @@ First download the source archive, and extract:: - $ wget http://postgis.refractions.net/download/postgis-1.5.1.tar.gz - $ tar xzf postgis-1.5.1.tar.gz - $ cd postgis-1.5.1 + $ wget http://postgis.refractions.net/download/postgis-1.5.2.tar.gz + $ tar xzf postgis-1.5.2.tar.gz + $ cd postgis-1.5.2 Next, configure, make and install PostGIS:: -- 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.
