Update intersphinx links to Django 1.7

This commit is contained in:
Joost Cassee 2015-03-09 20:51:28 +01:00
parent 31b06af0ce
commit d1b28ef809

View file

@ -29,7 +29,7 @@ pygments_style = 'sphinx'
intersphinx_mapping = {
'http://docs.python.org/2.7': None,
'http://docs.djangoproject.com/en/1.6': 'http://docs.djangoproject.com/en/1.6/_objects/',
'http://docs.djangoproject.com/en/1.7': 'http://docs.djangoproject.com/en/1.7/_objects/',
}