﻿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
20759	Test DB Creation doesn't create PointField with db_index=True	Christoph Heer	nobody	"I want to test my GeoDjango project but by creation of the test database I got following error:


{{{
Creating test database for alias 'default'...
Failed to install index for map.OSMPlace model: column ""point"" does not exist
}}}

It is correct the Table map_osmplace exists without a point column. 

{{{
from django.contrib.gis.db import models
point = models.PointField(db_index=True)
}}}

Another table without an index on the point field contains the point column."	Bug	closed	GIS	1.5	Normal	duplicate	GeoDjango, Index, Test		Unreviewed	0	0	0	0	0	0
