﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
13671	create_template_postgis-1.4.sh POSTGIS_SQL_PATH drop postgis-1.4	CarlFK	nobody	"http://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#spatialdb-template says

""""""
The location and name of the PostGIS SQL files (e.g., from POSTGIS_SQL_PATH  below) depends on the version of PostGIS. PostGIS versions 1.3 and below use <pg_sharedir>/contrib/lwpostgis.sql; 
whereas version 1.4 uses <sharedir>/contrib/postgis.sql  
and version 1.5 uses <sharedir>/contrib/postgis-1.5/postgis.sql.
""""""
but

http://geodjango.org/docs/create_template_postgis-1.4.sh 
line 2:
POSTGIS_SQL_PATH=`pg_config --sharedir`/contrib/postgis-1.4
should be 
POSTGIS_SQL_PATH=`pg_config --sharedir`/contrib/"		closed	GIS	1.2		fixed			Unreviewed	0	0	0	0	0	0
