diff options
| author | Tim Graham <timograham@gmail.com> | 2017-12-05 10:54:33 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-12-05 10:55:45 -0500 |
| commit | 9ca5ff7996e7539b83dfd9e799ac28014ea422a6 (patch) | |
| tree | fa36b577c1c62e2546d0c63429cbe18592644164 | |
| parent | 9a64da939927af492a08a023a344904688c579b5 (diff) | |
[1.11.x] Added stub release notes for 1.11.9.
Backport of dfeb19121b40cadd22b81c4b9d0373d617a695ed from master
| -rw-r--r-- | docs/releases/1.11.9.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/1.11.9.txt b/docs/releases/1.11.9.txt new file mode 100644 index 0000000000..851f1f64c1 --- /dev/null +++ b/docs/releases/1.11.9.txt @@ -0,0 +1,12 @@ +=========================== +Django 1.11.9 release notes +=========================== + +*Expected January 1, 2018* + +Django 1.11.9 fixes several bugs in 1.11.8. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index c3378cc23c..6c534b08e5 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -26,6 +26,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 1.11.9 1.11.8 1.11.7 1.11.6 |
