mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres).
This commit is contained in:
parent
664c038f2c
commit
3adc5f1ee6
6 changed files with 33 additions and 33 deletions
|
@ -834,7 +834,8 @@ officially supports.
|
|||
This also includes dropping support for PostGIS 1.3 and 1.4 as these versions
|
||||
are not supported on versions of PostgreSQL later than 8.4.
|
||||
|
||||
Django also now requires the use of Psycopg2 version 2.0.9 or higher.
|
||||
Django also now requires the use of Psycopg2 version 2.4.5 or higher (or 2.5+
|
||||
if you want to use :mod:`django.contrib.postgres`).
|
||||
|
||||
Support for MySQL versions older than 5.5
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue