diff options
| author | Tim Graham <timograham@gmail.com> | 2017-05-06 09:42:25 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-06 09:42:25 -0400 |
| commit | b57dc9268bc635525cf143ca0b36276e04542332 (patch) | |
| tree | e5dbace9e26a4d470c112fc71061666e1178c48a /docs | |
| parent | cedaac34283fc814a1c2aa51d6c6386667668656 (diff) | |
Added stub release notes for 1.11.2.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.2.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt new file mode 100644 index 0000000000..084edc5e86 --- /dev/null +++ b/docs/releases/1.11.2.txt @@ -0,0 +1,12 @@ +=========================== +Django 1.11.2 release notes +=========================== + +*Under development* + +Django 1.11.2 fixes several bugs in 1.11.1. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 5ba1d627c9..f0f9686432 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -32,6 +32,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 1.11.2 1.11.1 1.11 |
