diff options
| author | Tim Graham <timograham@gmail.com> | 2019-03-30 12:55:30 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-03-30 12:55:30 -0400 |
| commit | e245046bb6e8b32360aa48b8a41fb7050f0fc730 (patch) | |
| tree | 5e1b3bb770e938a09f38950e2d40cd2ea895bf6f /docs | |
| parent | 03bee42a7e28b1bbd6bb8df03b9e9bdd54f44837 (diff) | |
Added stub 2.1.8 release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.8.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/2.1.8.txt b/docs/releases/2.1.8.txt new file mode 100644 index 0000000000..dc6d2f7b44 --- /dev/null +++ b/docs/releases/2.1.8.txt @@ -0,0 +1,12 @@ +========================== +Django 2.1.8 release notes +========================== + +*April 1, 2019* + +Django 2.1.8 fixes a bug in 2.1.7. + +Bugfixes +======== + +* diff --git a/docs/releases/index.txt b/docs/releases/index.txt index b2292b244c..e48b2e8980 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -39,6 +39,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 2.1.8 2.1.7 2.1.6 2.1.5 |
