[2.2.x] Added documentation extlink for bugs.python.org.

Backport of d02d60eb0f from master
This commit is contained in:
Nick Pope 2021-02-16 10:08:39 +00:00 committed by Carlton Gibson
parent 34010d8ffa
commit 226d831918
4 changed files with 9 additions and 10 deletions

View file

@ -95,6 +95,7 @@ else:
django_next_version = '3.0'
extlinks = {
'bpo': ('https://bugs.python.org/issue%s', 'bpo-'),
'commit': ('https://github.com/django/django/commit/%s', ''),
'cve': ('https://nvd.nist.gov/vuln/detail/CVE-%s', 'CVE-'),
# A file or directory. GitHub redirects from blob to tree if needed.