summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/base.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2020-01-28 16:58:39 -0800
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-01-29 06:25:40 +0100
commit958977f662d878c299b3599282f005c3469dbef9 (patch)
tree3d788fb2e6ebd914fd2c694136372e157a00359c /django/db/backends/postgresql/base.py
parent32166a9f7c8afd6d34ff7e7c0a13a46a6eedcc5e (diff)
downloaddjango-958977f662d878c299b3599282f005c3469dbef9.tar.gz
Fixed #31212 -- Updated psycopg links to HTTPS and new location.
Diffstat (limited to 'django/db/backends/postgresql/base.py')
-rw-r--r--django/db/backends/postgresql/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/postgresql/base.py b/django/db/backends/postgresql/base.py
index 0ab81ced74..8d58767c62 100644
--- a/django/db/backends/postgresql/base.py
+++ b/django/db/backends/postgresql/base.py
@@ -1,7 +1,7 @@
"""
PostgreSQL database backend for Django.
-Requires psycopg 2: http://initd.org/projects/psycopg2
+Requires psycopg 2: https://www.psycopg.org/
"""
import asyncio