﻿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
16184	GeoDjango inspectdb fails for PostGIS	radim.blazek@…	nobody	"!GeoDjango inspectdb fails for PostGIS if there are more data types 'geometry' (in more schemas) because PostGISIntrospection.get_postgis_types() is taking simply the first one. Patch is attached.

Another problem is that PostGISIntrospection.get_geometry_type() raises exception if a geometry column has no record in geometry_column which is quite usual. In that case I would suggest to return simply
{{{
return 'TextField', {}
}}}
instead of raising exception."	Bug	closed	GIS	dev	Normal	fixed	inspectdb	radim.blazek@…	Accepted	1	0	1	0	0	0
