# HG changeset patch # User ymh # Date 1432134853 -7200 # Node ID c18f2fa8e491e44b1a3bc9f33908278946c6dd5c # Parent 778640417f9d3b137a5063e79ce3de35ed9a6a30 upgrade django to include correction on bug #24823 diff -r 778640417f9d -r c18f2fa8e491 src/ldtplatform/__init__.py --- a/src/ldtplatform/__init__.py Fri May 15 16:11:59 2015 +0200 +++ b/src/ldtplatform/__init__.py Wed May 20 17:14:13 2015 +0200 @@ -1,4 +1,4 @@ -VERSION = (2, 15, 1, "final", 0) +VERSION = (2, 15, 3, "final", 0) VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2]))) diff -r 778640417f9d -r c18f2fa8e491 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Fri May 15 16:11:59 2015 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Wed May 20 17:14:13 2015 +0200 @@ -17,7 +17,7 @@ URLS = { #'': {'setup': '', 'url':'', 'local':''}, 'DISTRIBUTE': {'setup': 'distribute', 'url':'http://pypi.python.org/packages/source/d/distribute/distribute-0.6.34.tar.gz', 'local':"distribute-0.6.34.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, - 'DJANGO': {'setup': 'django', 'url': 'https://github.com/django/django/archive/1.8.1.tar.gz', 'local':"django-1.8.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'DJANGO': {'setup': 'django', 'url': 'https://github.com/IRI-Research/django/archive/d11d79737105223c99d15b3956837c1246f60441.tar.gz', 'local':"django-1.8.2.dev.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO-EXTENSIONS': { 'setup': 'django-extensions', 'url':'https://github.com/django-extensions/django-extensions/archive/1.5.3.tar.gz', 'local':"django-extensions-1.5.3.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO-REGISTRATION': { 'setup': 'django-registration', 'url':'https://github.com/macropin/django-registration/archive/8b38c5a925ad7a95b3884e8ce9729a05d42d0a65.tar.gz', 'local':"django-registration-redux-1.2.tar.gz", 'install': {'method': 'easy_install', 'option_str': '-Z', 'dict_extra_env': None}}, 'DJANGO-TEMPLATETAG-SUGAR': { 'setup': 'django-templatetag-sugar', 'url': 'https://github.com/alex/django-templatetag-sugar/archive/1.0.tar.gz', 'local': 'django-templatetag-sugar-1.0.tar.gz', 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, diff -r 778640417f9d -r c18f2fa8e491 virtualenv/res/src/Django-1.8.1.tar.gz Binary file virtualenv/res/src/Django-1.8.1.tar.gz has changed diff -r 778640417f9d -r c18f2fa8e491 virtualenv/res/src/Django-1.8.2.dev.tar.gz Binary file virtualenv/res/src/Django-1.8.2.dev.tar.gz has changed diff -r 778640417f9d -r c18f2fa8e491 virtualenv/web/res/requirements.txt --- a/virtualenv/web/res/requirements.txt Fri May 15 16:11:59 2015 +0200 +++ b/virtualenv/web/res/requirements.txt Wed May 20 17:14:13 2015 +0200 @@ -1,6 +1,6 @@ -f ../../res/src defusedxml==0.4.1 -Django==1.8.1 +Django==1.8.2.dev django-chunked-uploads==0.6 django-cors-headers==1.0.0 django-extensions==1.5.3