diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-28 06:38:31 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-28 06:38:31 -0500 |
| commit | ac6033d8835ac54c1222801f6aeb47f9997b517a (patch) | |
| tree | f9d91204c629e97a1cc9400cf803a1551131824f /docs | |
| parent | 14d0bd67d4bcf55f8a0a2b01433571a8b714121f (diff) | |
Added stub 1.7.5 release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.5.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/1.7.5.txt b/docs/releases/1.7.5.txt new file mode 100644 index 0000000000..ba81a64b9a --- /dev/null +++ b/docs/releases/1.7.5.txt @@ -0,0 +1,12 @@ +========================== +Django 1.7.5 release notes +========================== + +*Under development* + +Django 1.7.5 fixes several bugs in 1.7.4. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 519c5bd80e..2240f989f2 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -39,6 +39,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 1.7.5 1.7.4 1.7.3 1.7.2 |
