diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-16 12:11:39 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-16 18:07:27 -0500 |
| commit | 3adc5f1ee6618a615db07d4a868b366a15c39f82 (patch) | |
| tree | 45e0265a40f9bd038bca06d0d5d05d8db29c3b4c /docs/ref/databases.txt | |
| parent | 664c038f2c5b56d1ce929243d29cd4e11ea5f9ea (diff) | |
Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres).
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index ae4c588788..5fda5589e1 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -92,8 +92,10 @@ below for information on how to set up your database correctly. PostgreSQL notes ================ -Django supports PostgreSQL 9.0 and higher. It requires the use of Psycopg2 -2.0.9 or higher. +Django supports PostgreSQL 9.0 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`). + +.. _psycopg2: http://initd.org/psycopg/ If you're on Windows, check out the unofficial `compiled Windows version`_ of psycopg2. |
