mirror of
https://github.com/django/django.git
synced 2025-02-18 21:34:31 +00:00
[4.2.x] Refs #34434 -- Added note about breaking changes in psycopg version 3 to release notes.
Backport of ff9ceed32b880733d94190742e45dbcf5927b161 from main
This commit is contained in:
parent
50d469fe48
commit
272dc386c2
@ -42,8 +42,13 @@ supports both libraries.
|
|||||||
Support for ``psycopg2`` is likely to be deprecated and removed at some point
|
Support for ``psycopg2`` is likely to be deprecated and removed at some point
|
||||||
in the future.
|
in the future.
|
||||||
|
|
||||||
|
Be aware that ``psycopg`` 3 introduces some breaking changes over ``psycopg2``.
|
||||||
|
As a consequence, you may need to make some changes to account for
|
||||||
|
`differences from psycopg2`_.
|
||||||
|
|
||||||
.. _psycopg: https://www.psycopg.org/psycopg3/
|
.. _psycopg: https://www.psycopg.org/psycopg3/
|
||||||
.. _psycopg library: https://pypi.org/project/psycopg/
|
.. _psycopg library: https://pypi.org/project/psycopg/
|
||||||
|
.. _differences from psycopg2: https://www.psycopg.org/psycopg3/docs/basic/from_pg2.html
|
||||||
|
|
||||||
Comments on columns and tables
|
Comments on columns and tables
|
||||||
------------------------------
|
------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user