diff options
| author | Tim Graham <timograham@gmail.com> | 2013-11-07 09:42:25 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-11-07 09:42:52 -0500 |
| commit | 2d09f368f3261c3f372bd77f06d0fbb8fd0ac6c1 (patch) | |
| tree | 4e0d82dfc894409601908c8ba1aced93d30a5c6c /docs | |
| parent | 376ba1c5b3487583228341b488cc8dcf080cd808 (diff) | |
[1.5.x] Added 1.4.10 release notes.
Backport of c29dd76f40 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.4.10.txt | 14 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/releases/1.4.10.txt b/docs/releases/1.4.10.txt new file mode 100644 index 0000000000..7477ee5e41 --- /dev/null +++ b/docs/releases/1.4.10.txt @@ -0,0 +1,14 @@ +=========================== +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. diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 555ed5d5d1..0d34628f5e 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -34,6 +34,7 @@ Final releases .. toctree:: :maxdepth: 1 + 1.4.10 1.4.9 1.4.8 1.4.7 |
