﻿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
27072	AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite	Alex Rothberg	nobody	"This is a repost of [http://stackoverflow.com/questions/14911503/geodjango-with-south-causes-duplicate-collumn-name-error-with-spatialight-db SO question]. The issue still seems to occur in Django 1.9 when using the built in migrations.

For example, when running tests I see (I have a column named `capture_location` of type `PointField`):


{{{
Creating test database for alias 'default'...
AddGeometryColumn: ""duplicate column name: capture_location""
... repeated many times
AddGeometryColumn: ""duplicate column name: capture_location""
Destroying test database for alias 'default'...
}}}


(note that tests and server run without a problem)"	Bug	closed	GIS	1.10	Normal	fixed			Ready for checkin	1	0	0	0	0	0
