diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-28 20:11:42 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-01 07:45:22 -0400 |
| commit | bc842786158bc974a7587002226feabaf5cd2f4a (patch) | |
| tree | 5815ad8694d9cd20a7b8e06ca662e03238519dee /docs/ref/databases.txt | |
| parent | d02e33141dcb39de76bf581d9335351bdf80c9a1 (diff) | |
Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.
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 edbe72c1ec..35a3dbcbe8 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.2 and higher. It requires the use of `psycopg2`_ +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`). .. _psycopg2: http://initd.org/psycopg/ |
