Opened 15 years ago
Closed 15 years ago
#15747 closed Cleanup/optimization (fixed)
django.contrib.gis.db.backend should've been removed in 1.3
| Reported by: | Jonas H. | Owned by: | nobody |
|---|---|---|---|
| Component: | GIS | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
http://code.djangoproject.com/browser/django/trunk/django/contrib/gis/db/backend/__init__.py reads
warn('The
django.contrib.gis.db.backendmodule was refactored and '
'renamed to
django.contrib.gis.db.backendsin 1.2. '
'All functionality ofSpatialBackend'
'has been moved to theopsattribute of the spatial database '
'backend. ASpatialBackendalias is provided here for '
'backwards-compatibility, but will be removed in 1.3.')
SpatialBackend = connection.ops
Note:
See TracTickets
for help on using tickets.
In [16012]: