diff options
| author | Tim Graham <timograham@gmail.com> | 2016-04-01 14:09:48 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-01 14:10:08 -0400 |
| commit | 6200a5e52667fcc075829b7f392aa135a62f7ef8 (patch) | |
| tree | b870b38e85fe8c948f41cbac0d21905e447b8568 /docs | |
| parent | d3f2f6fd4d71b8505cbdace803ed17eac4094b1a (diff) | |
[1.9.x] Added stub release notes for 1.9.6.
Backport of a637ed879d5698f6dc696dfd4d84fec0507bdbdf from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.6.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/1.9.6.txt b/docs/releases/1.9.6.txt new file mode 100644 index 0000000000..32379496f4 --- /dev/null +++ b/docs/releases/1.9.6.txt @@ -0,0 +1,12 @@ +========================== +Django 1.9.6 release notes +========================== + +*Under development* + +Django 1.9.6 fixes several bugs in 1.9.5. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 03439d6c05..10c384a361 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.9.6 1.9.5 1.9.4 1.9.3 |
