diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-14 07:26:24 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-14 07:27:59 -0400 |
| commit | 8c64c971e5a13c3216b18d41c6870224dbded64b (patch) | |
| tree | 75366f966f57757c757ea5c2fd0fa144595e8c34 /docs | |
| parent | 2b4f1f99539c5b2eb74b108795676d3070a07e83 (diff) | |
[1.8.x] Added 1.4.22 release notes.
Backport of 427a49f9e996d5d7712472ce287b80857086ee02 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.4.22.txt | 9 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/releases/1.4.22.txt b/docs/releases/1.4.22.txt new file mode 100644 index 0000000000..3abbe5c60b --- /dev/null +++ b/docs/releases/1.4.22.txt @@ -0,0 +1,9 @@ +=========================== +Django 1.4.22 release notes +=========================== + +*Under development* + +Django 1.4.22 fixes support with pip 7+ by disabling wheel support. Older +versions of 1.4 would silently build a broken wheel when installed with those +versions of pip. diff --git a/docs/releases/index.txt b/docs/releases/index.txt index a27f2bc11c..1ba9708d47 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -89,6 +89,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 1.4.22 1.4.21 1.4.20 1.4.19 |
