diff --git a/docs/conf.py b/docs/conf.py index edd54b0..3c359a4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -270,6 +270,6 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = { 'python': ('http://docs.python.org/2.7', None), - 'django': ('https://docs.djangoproject.com/en/1.5/', - 'http://docs.djangoproject.com/en/1.5/_objects/'), + 'django': ('https://docs.djangoproject.com/en/1.6/', + 'http://docs.djangoproject.com/en/1.6/_objects/'), }