diff options
| author | Tim Graham <timograham@gmail.com> | 2017-09-06 10:26:45 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-09-27 11:00:04 -0400 |
| commit | 1d8cfa36089f2d1295abad03a99fc3c259bde6b5 (patch) | |
| tree | 458e608105acb5fe7e9db7e2c01c833df1673795 /docs/ref/databases.txt | |
| parent | ea7ca5db302367d84f92a4cf0ca03ec62886a7ca (diff) | |
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Thanks Simon Charette for the introspection changes.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index e7d474a81d..1005780f19 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -92,7 +92,7 @@ below for information on how to set up your database correctly. PostgreSQL notes ================ -Django supports PostgreSQL 9.3 and higher. `psycopg2`_ 2.5.4 or higher is +Django supports PostgreSQL 9.4 and higher. `psycopg2`_ 2.5.4 or higher is required, though the latest release is recommended. .. _psycopg2: http://initd.org/psycopg/ |
