This repository was archived by the owner on Sep 30, 2024. It is now read-only.
forked from django/django
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.4.x] Bump version info and add release notes for 1.4.10.
- Loading branch information
1 parent
848a759
commit 30eb916
Showing
4 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
============================ | ||
Django 1.4.10 release notes | ||
============================ | ||
|
||
*November 6, 2013* | ||
|
||
Django 1.4.10 fixes a Python-compatibility bug in the 1.4 series. | ||
|
||
Python compatibility | ||
-------------------- | ||
|
||
Django 1.4.9 inadvertently introduced issues with Python 2.5 compatibility. Django 1.4.10 restores Python 2.5 compatibility. This was issue #21362 in Django's Trac. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ def fullsplit(path, result=None): | |
author = 'Django Software Foundation', | ||
author_email = '[email protected]', | ||
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', | ||
download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.9.tar.gz', | ||
download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4.10.tar.gz', | ||
packages = packages, | ||
cmdclass = cmdclasses, | ||
data_files = data_files, | ||
|