summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-27 19:23:09 -0500
committerTim Graham <timograham@gmail.com>2019-01-17 10:50:25 -0500
commit944469939b9eb93fda0924f78faba5c0ffae2dff (patch)
tree9e41cc713fe198bbbfb6800211053d16c04ba38e /docs
parentec7e179aeb177a2a43b448b30d9286eb8539be8d (diff)
Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 3b58097bf0..4639706146 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -236,7 +236,7 @@ in Django 3.0.
See :ref:`deprecated-features-2.0` for details on these changes, including how
to remove usage of these features.
-* ...
+* The ``django.db.backends.postgresql_psycopg2`` module is removed.
See :ref:`deprecated-features-2.1` for details on these changes, including how
to remove usage of these features.