# HG changeset patch # User ymh # Date 1382978361 -3600 # Node ID c75f9167c250943d4bc4673a118857a4f4f6cdb5 # Parent 3ebee213d6b3c1f625d320ba77fd4456598884b3 small django upgrade diff -r 3ebee213d6b3 -r c75f9167c250 virtualenv/res/lib/lib_create_env.py --- a/virtualenv/res/lib/lib_create_env.py Tue Oct 22 16:47:06 2013 +0200 +++ b/virtualenv/res/lib/lib_create_env.py Mon Oct 28 17:39:21 2013 +0100 @@ -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/IRI-Research/django/archive/1.5.4+IRI.tar.gz', 'local':"django-1.5.4-IRI.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, + 'DJANGO': {'setup': 'django', 'url': 'https://github.com/IRI-Research/django/archive/1.5.5+IRI.tar.gz', 'local':"django-1.5.5-IRI.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.1.1.tar.gz', 'local':"django-extensions-1.1.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, 'DJANGO-REGISTRATION': { 'setup': 'django-registration', 'url':'https://bitbucket.org/IRI/django-registration/get/tip.tar.gz', 'local':"IRI-django-registration-e23626c256c0.tar.gz", 'install': {'method': 'easy_install', 'option_str': '-Z', 'dict_extra_env': None}}, 'DJANGO-TAGGING': { 'setup': 'django-tagging', 'url':'http://django-tagging.googlecode.com/files/django-tagging-0.3.1.tar.gz', 'local':"django-tagging-0.3.1.tar.gz", 'install': {'method': 'pip', 'option_str': None, 'dict_extra_env': None}}, diff -r 3ebee213d6b3 -r c75f9167c250 virtualenv/res/src/django-1.5.4-IRI.tar.gz Binary file virtualenv/res/src/django-1.5.4-IRI.tar.gz has changed diff -r 3ebee213d6b3 -r c75f9167c250 virtualenv/res/src/django-1.5.5-IRI.tar.gz Binary file virtualenv/res/src/django-1.5.5-IRI.tar.gz has changed