diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-20 13:45:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 13:45:51 +0200 |
| commit | 2c6ebb65c9eb6b11347d907127b82d31e04569e5 (patch) | |
| tree | 9fb8a476675fd382ea17fd6aa5c59a14a1e86bc8 /docs/ref/databases.txt | |
| parent | 0b506bfe1ab9f1c38e439c77b3c3f81c8ac663ea (diff) | |
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
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 62f82974b0..8c5f877dfc 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -114,7 +114,7 @@ below for information on how to set up your database correctly. PostgreSQL notes ================ -Django supports PostgreSQL 12 and higher. `psycopg`_ 3.1.8+ or `psycopg2`_ +Django supports PostgreSQL 13 and higher. `psycopg`_ 3.1.8+ or `psycopg2`_ 2.8.4+ is required, though the latest `psycopg`_ 3.1.8+ is recommended. .. note:: |
