Update documentation links to Django 1.9

This commit is contained in:
Joost Cassee 2016-01-16 23:20:02 +01:00
parent 586b164084
commit 3aba89dce8

View file

@ -31,8 +31,8 @@ pygments_style = 'sphinx'
intersphinx_mapping = {
'http://docs.python.org/2.7': None,
'http://docs.djangoproject.com/en/1.8':
'http://docs.djangoproject.com/en/1.8/_objects/',
'http://docs.djangoproject.com/en/1.9':
'http://docs.djangoproject.com/en/1.9/_objects/',
}