diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-14 07:28:55 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-14 07:28:55 -0400 |
| commit | 64f731e77d3e4ec3360579cf9c152342954c9713 (patch) | |
| tree | 3bac0b2ddfa6317269e015c7f6e97653b52d8eac /docs | |
| parent | 84bc4f6cddfcb5fedc7586644d66d025476255ad (diff) | |
Added 1.4.22 release notes.
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 edb99ff501..5ff20682fa 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -96,6 +96,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 |
