﻿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
21713	"extension ""postgis"" already exists' during syncdb"	Thomas Schreiber	nobody	"I am hitting an error on Django 1.7 master, PostgreSQL 9.3.2, postgis 2.1.1. 'django.db.utils.ProgrammingError: extension ""postgis"" already exists' when running tests.


Changing ""CREATE EXTENSION postgis"" to ""CREATE EXTENSION IF NOT EXISTS postgis"" works around the issue.

A pull request is here:
https://github.com/django/django/pull/2130

"	Bug	closed	GIS	1.6	Normal	fixed			Ready for checkin	1	0	0	0	1	0
