Upgrade Django version to 1.6 in documentation

This commit is contained in:
Juda Kaleta 2014-02-27 09:36:17 +01:00
parent c462362356
commit cbc265d94d

View file

@ -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/'),
}