Fixes an outdated link to the django documentation

This commit is contained in:
Martijn Jacobs
2019-08-12 14:44:12 +02:00
parent 924ff928b0
commit 958c79e728

View File

@@ -44,8 +44,8 @@ extensions = [
]
intersphinx_mapping = {'python': ('https://docs.python.org/3.5', None),
'django': ('https://docs.djangoproject.com/en/1.8/',
'https://docs.djangoproject.com/en/1.8//_objects/')}
'django': ('https://docs.djangoproject.com/en/2.2/',
'https://docs.djangoproject.com/en/2.2/_objects/')}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']