diff options
| author | Tim Graham <timograham@gmail.com> | 2014-10-22 13:38:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-22 13:39:27 -0400 |
| commit | 81095a1ae52d16f0c29b789683ba898554e876d0 (patch) | |
| tree | 29c47bada60c38dff3ebc4ec24253932f753889e /docs | |
| parent | c4092e8bde69d86f0f2eb51aa3d11d80882e924e (diff) | |
[1.7.x] Added stub release notes for 1.7.2.
Backport of 4bf86d25e5 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt new file mode 100644 index 0000000000..2b97ca1411 --- /dev/null +++ b/docs/releases/1.7.2.txt @@ -0,0 +1,12 @@ +========================== +Django 1.7.2 release notes +========================== + +*Under development* + +Django 1.7.2 fixes several bugs in 1.7.1. + +Bugfixes +======== + +* ... (:ticket:`00000`). diff --git a/docs/releases/index.txt b/docs/releases/index.txt index d7ecec600d..b1f3c4b614 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 1.7.2 1.7.1 1.7 |
