From 26996e2d55719deb0a0b85c642c88658c929106c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 17 Mar 2015 11:16:50 -0400 Subject: Fixed #24499 -- Dropped support for PostGIS 1.5. --- docs/ref/contrib/gis/tutorial.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/ref/contrib/gis/tutorial.txt') diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 977e059d4b..05d58f0ef4 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -308,12 +308,6 @@ This command should produce the following output: CREATE INDEX "world_worldborder_mpoly_id" ON "world_worldborder" USING GIST ( "mpoly" ); COMMIT; -.. note:: - - With PostGIS < 2.0, the output is slightly different. The ``mpoly`` geometry - column is added through a separate ``SELECT AddGeometryColumn(...)`` - statement. - If this looks correct, run :djadmin:`migrate` to create this table in the database: -- cgit v1.3