summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-03-21 17:23:17 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2017-03-21 17:40:04 +0100
commitb06855facdd0fd1eecae7bce75c815c8a6af19b6 (patch)
tree99bb161d631084543d20cc1823a6450097bac04f /docs/ref/databases.txt
parenta937785e2a6eb3d9b8804c3a02ba5d0126482f57 (diff)
[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Thanks Tim Graham for the review. Backport of 43380e911073beab401a2fdeca0f25001e170dac from master
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 8032c36045..cf2f924dd7 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -92,8 +92,8 @@ below for information on how to set up your database correctly.
PostgreSQL notes
================
-Django supports PostgreSQL 9.3 and higher. It requires the use of `psycopg2`_
-2.4.5 or higher (or 2.5+ if you want to use :mod:`django.contrib.postgres`).
+Django supports PostgreSQL 9.3 and higher. `psycopg2`_ 2.5.4 or higher is
+required, though the latest release is recommended.
.. _psycopg2: http://initd.org/psycopg/