﻿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
9620	Spatial database tables don't work right with AppCache routines	jbronn	jbronn	"Here's an example that assumes `django.contrib.gis` is in `INSTALLED_APPS`:

{{{
>>> from django.db import models
>>> app = models.get_app('gis')
>>> models.get_models(app)
[]
}}}

However, both `SpatialRefSys` and `GeometryColumns` are models that should appear (at least when using PostGIS and/or Oracle).

The attached patch adds `app_label='gis'` to the spatial backend models so they'll play nicely with the `AppCache` routines."		closed	GIS	dev		fixed	gis models appcache loading	dane.springmeyer@…	Accepted	1	0	0	1	0	0
