diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-04 14:33:18 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-04 14:33:18 -0500 |
| commit | a50926ede2f4ac388a962756316078f491110ba4 (patch) | |
| tree | 1b851a013cb7ccfdf7a9d1bb6272d409b1afe0de /docs | |
| parent | 32b39619437ecb18bdd9038d062c49219f9488a8 (diff) | |
Added stub release notes for 1.10.6.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.6.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/1.10.6.txt b/docs/releases/1.10.6.txt new file mode 100644 index 0000000000..5cd502b3f6 --- /dev/null +++ b/docs/releases/1.10.6.txt @@ -0,0 +1,12 @@ +=========================== +Django 1.10.6 release notes +=========================== + +*Under development* + +Django 1.10.6 fixes several bugs in 1.10.5. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index c3734f6e58..a4aecfcbd2 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -33,6 +33,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 1.10.6 1.10.5 1.10.4 1.10.3 |
