1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #34255 -- Bumped required psycopg version to 3.1.8.

This commit is contained in:
Mariusz Felisiak
2023-01-17 05:21:53 +01:00
parent 0fbdb9784d
commit c8a76059ff
5 changed files with 9 additions and 9 deletions

View File

@@ -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.