diff options
| author | Justin Bronn <jbronn@gmail.com> | 2010-05-05 16:06:39 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2010-05-05 16:06:39 +0000 |
| commit | 33d4aa8df121f1fa3019aa6663d02b547d38aa80 (patch) | |
| tree | 5d2736242ca9f7f253fa95e414c04bf71b4d303d /docs/internals | |
| parent | 26149d8fa5502ab4736315730be5b50b789c8293 (diff) | |
Removed duplicated code from `django.contrib.gis.db.backend` and added a deprecation note about the module.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13103 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 5ecc5a1d3d..8479a32bcf 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -17,6 +17,9 @@ their deprecation, as per the :ref:`Django deprecation policy ``supports_object_permissions`` and ``supports_anonymous_user``. The old backend style is deprecated since the 1.2 release. + * The :mod:`django.contrib.gis.db.backend` module, including the + ``SpatialBackend`` interface, is deprecated since the 1.2 release. + * 1.4 * ``CsrfResponseMiddleware``. This has been deprecated since the 1.2 release, in favour of the template tag method for inserting the CSRF |
