Update Sphinx link to Django docs to 1.4

This commit is contained in:
Joost Cassee 2012-08-14 08:48:21 +02:00
parent 652a084532
commit 60f32daf07

View file

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