summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-02-23 12:24:41 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-02-23 12:24:41 +0000
commit156cdcf92decdf18a87a1229ba4ef8da1e6972ab (patch)
treedd161e7e91ff4698bceebe64a47acba2abbf6cc7 /docs/internals
parent6b2f125b80807231e0a216c0193089f3a40f7253 (diff)
Fixed #12912 -- Placed the psycopg1-backed ``postgresql`` database backend on the deprecation path.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12510 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index a56b522278..2bfa54fb93 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -91,6 +91,9 @@ their deprecation, as per the :ref:`Django deprecation policy
``django.contrib.auth.context_processors.auth``. This has been
deprecated since the 1.2 release.
+ * The ``postgresql`` database backend has been deprecated in favor of
+ the ``postgresql_psycopg2`` backend.
+
* 2.0
* ``django.views.defaults.shortcut()``. This function has been moved
to ``django.contrib.contenttypes.views.shortcut()`` as part of the