We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b833254 commit 36b3916Copy full SHA for 36b3916
setup.py
@@ -74,7 +74,7 @@ def fullsplit(path, result=None):
74
name = "Django",
75
version = version.replace(' ', '-'),
76
url = 'http://www.djangoproject.com/',
77
- download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.0.4.tar.gz',
+ download_url = 'http://media.djangoproject.com/releases/1.0.4/Django-1.0.4.tar.gz',
78
author = 'Django Software Foundation',
79
author_email = 'foundation@djangoproject.com',
80
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
0 commit comments