mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Backport of 958977f662
from master
This commit is contained in:
parent
d346f075d0
commit
21cc097403
7 changed files with 9 additions and 10 deletions
|
@ -17,7 +17,7 @@ Alternately, you can `build from source`_. Consult the platform-specific
|
|||
instructions if you are on :ref:`macos` or :ref:`windows`.
|
||||
|
||||
.. _PostGIS: https://postgis.net/
|
||||
.. _psycopg2: http://initd.org/psycopg/
|
||||
.. _psycopg2: https://www.psycopg.org/
|
||||
.. _PostGIS requirements: https://postgis.net/docs/postgis_installation.html#install_requirements
|
||||
.. _build from source: https://postgis.net/docs/postgis_installation.html#install_short_version
|
||||
|
||||
|
|
|
@ -106,7 +106,7 @@ PostgreSQL notes
|
|||
Django supports PostgreSQL 9.5 and higher. `psycopg2`_ 2.5.4 or higher is
|
||||
required, though the latest release is recommended.
|
||||
|
||||
.. _psycopg2: http://initd.org/psycopg/
|
||||
.. _psycopg2: https://www.psycopg.org/
|
||||
|
||||
PostgreSQL connection settings
|
||||
-------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue