diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 05:21:53 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 08:24:08 +0100 |
| commit | c8a76059ff6ff37fb51972fe2ba8b9d9464af769 (patch) | |
| tree | e0de6f4defceb4f6082d747d6ea5623708aebb36 /docs/releases | |
| parent | 0fbdb9784da915fce5dcc1fe82bac9b4785749e5 (diff) | |
Refs #34255 -- Bumped required psycopg version to 3.1.8.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/4.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 91684301a5..83bdedfc75 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -29,7 +29,7 @@ What's new in Django 4.2 Psycopg 3 support ----------------- -Django now supports `psycopg`_ version 3.1 or higher. To update your code, +Django now supports `psycopg`_ version 3.1.8 or higher. To update your code, install the `psycopg library`_, you don't need to change the :setting:`ENGINE <DATABASE-ENGINE>` as ``django.db.backends.postgresql`` supports both libraries. |
