mirror of
https://github.com/django/django.git
synced 2025-08-22 19:44:44 +00:00
Fixed #33308 -- Added support for psycopg version 3.
Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
parent
d44ee518c4
commit
09ffc5c121
42 changed files with 673 additions and 223 deletions
|
@ -174,7 +174,7 @@ pygments_style = "trac"
|
|||
intersphinx_mapping = {
|
||||
"python": ("https://docs.python.org/3/", None),
|
||||
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
|
||||
"psycopg2": ("https://www.psycopg.org/docs/", None),
|
||||
"psycopg": ("https://www.psycopg.org/psycopg3/docs/", None),
|
||||
}
|
||||
|
||||
# Python's docs don't change every week.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue