diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-05 06:07:51 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-12-05 06:07:51 +0100 |
| commit | 464af0975cac6abc46b3e5c3305194c958fc465b (patch) | |
| tree | cc7619d851d49962c2ee04e5d2c9266519412c1a /docs | |
| parent | 689306c745f996cf358196f77748a4e91502987c (diff) | |
Added stub release notes for 4.2.9.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.9.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/4.2.9.txt b/docs/releases/4.2.9.txt new file mode 100644 index 0000000000..f98803f5ea --- /dev/null +++ b/docs/releases/4.2.9.txt @@ -0,0 +1,12 @@ +========================== +Django 4.2.9 release notes +========================== + +*Expected January 2, 2024* + +Django 4.2.9 fixes a bug in 4.2.8. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 9cc64630a8..3233dbf501 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -41,6 +41,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 4.2.9 4.2.8 4.2.7 4.2.6 |
