Skip to content

Commit 36b3916

Browse files
committed
[1.0.X] Correct download URL.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11610 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent b833254 commit 36b3916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def fullsplit(path, result=None):
7474
name = "Django",
7575
version = version.replace(' ', '-'),
7676
url = 'http://www.djangoproject.com/',
77-
download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.0.4.tar.gz',
77+
download_url = 'http://media.djangoproject.com/releases/1.0.4/Django-1.0.4.tar.gz',
7878
author = 'Django Software Foundation',
7979
author_email = 'foundation@djangoproject.com',
8080
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',

0 commit comments

Comments
 (0)