From cbc265d94d59245b77368f4214b4a0ae144a03b1 Mon Sep 17 00:00:00 2001 From: Juda Kaleta Date: Thu, 27 Feb 2014 09:36:17 +0100 Subject: [PATCH] Upgrade Django version to 1.6 in documentation --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/'), }