mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-28 05:43:59 +00:00
Upgrade Django version to 1.6 in documentation
This commit is contained in:
parent
c462362356
commit
cbc265d94d
1 changed files with 2 additions and 2 deletions
|
|
@ -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/'),
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue