﻿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
15747	django.contrib.gis.db.backend should've been removed in 1.3	Jonas H.	nobody	"http://code.djangoproject.com/browser/django/trunk/django/contrib/gis/db/backend/__init__.py reads

    warn('The `django.contrib.gis.db.backend` module was refactored and '
         'renamed to `django.contrib.gis.db.backends` in 1.2.  '
         'All functionality of `SpatialBackend` '
         'has been moved to the `ops` attribute of the spatial database '
         'backend.  A `SpatialBackend` alias is provided here for '
         'backwards-compatibility, but will be removed in 1.3.')
    SpatialBackend = connection.ops
"	Cleanup/optimization	closed	GIS	1.3	Normal	fixed			Unreviewed	0	0	0	0	0	0
