mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Used extlinks for PyPI links.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
committed by
Mariusz Felisiak
parent
255f534590
commit
2c4dc64760
@@ -35,7 +35,7 @@ Psycopg 3 support
|
||||
-----------------
|
||||
|
||||
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
|
||||
install the :pypi:`psycopg library <psycopg>`, you don't need to change the
|
||||
:setting:`ENGINE <DATABASE-ENGINE>` as ``django.db.backends.postgresql``
|
||||
supports both libraries.
|
||||
|
||||
@@ -47,7 +47,6 @@ As a consequence, you may need to make some changes to account for
|
||||
`differences from psycopg2`_.
|
||||
|
||||
.. _psycopg: https://www.psycopg.org/psycopg3/
|
||||
.. _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
|
||||
@@ -459,8 +458,8 @@ Miscellaneous
|
||||
* The minimum supported version of ``jinja2`` is increased from 2.9.2 to
|
||||
2.11.0.
|
||||
|
||||
* The minimum supported version of `redis-py`_ is increased from 3.0.0 to
|
||||
3.4.0.
|
||||
* The minimum supported version of :pypi:`redis-py <redis>` is increased from
|
||||
3.0.0 to 3.4.0.
|
||||
|
||||
* Manually instantiated ``WSGIRequest`` objects must be provided a file-like
|
||||
object for ``wsgi.input``. Previously, Django was more lax than the expected
|
||||
@@ -468,8 +467,6 @@ Miscellaneous
|
||||
|
||||
* Support for ``PROJ`` < 5 is removed.
|
||||
|
||||
.. _`redis-py`: https://pypi.org/project/redis/
|
||||
|
||||
.. _deprecated-features-4.2:
|
||||
|
||||
Features deprecated in 4.2
|
||||
|
||||
Reference in New Issue
Block a user