Added documentation extlink for bugs.python.org.

This commit is contained in:
Nick Pope 2021-02-16 10:08:39 +00:00 committed by Carlton Gibson
parent 4d99375b46
commit d02d60eb0f
4 changed files with 9 additions and 10 deletions

View file

@ -102,6 +102,7 @@ else:
django_next_version = '4.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.