diff options
| author | Tim Graham <timograham@gmail.com> | 2016-02-01 12:39:18 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-01 12:39:18 -0500 |
| commit | 59654d5efe94ea7a01102f6208e33dcc259d65fb (patch) | |
| tree | 29b5adbdcd7bfc0ce487590a3361e6c192e297cd /docs | |
| parent | 11fae7c9e4a30d88a4062eb3ee5e9fdfbcd7ba3e (diff) | |
Added stub release notes for 1.9.3.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.3.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/1.9.3.txt b/docs/releases/1.9.3.txt new file mode 100644 index 0000000000..6ded7fb256 --- /dev/null +++ b/docs/releases/1.9.3.txt @@ -0,0 +1,12 @@ +========================== +Django 1.9.3 release notes +========================== + +*Under development* + +Django 1.9.3 fixes several bugs in 1.9.2. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index f591056da9..f60c13e7f8 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.9.3 1.9.2 1.9.1 1.9 |
