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:25 -0500 |
| commit | c29dd76f401853508e684b737697566eb719e7e0 (patch) | |
| tree | 9572985cb05e7fff3aae017b7892c3719c766454 | |
| parent | 3935b0f2634d200b122079eb7bf82d9cd4f4c511 (diff) | |
Added 1.4.10 release notes.
| -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 a93f3a6301..897302c5f2 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -48,6 +48,7 @@ Final releases .. toctree:: :maxdepth: 1 + 1.4.10 1.4.9 1.4.8 1.4.7 |
