diff options
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 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 |
