diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-03 11:17:54 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-03 11:20:47 +0200 |
| commit | 439d1c59f2cda0d40d84a8474fc440bf36adfb1e (patch) | |
| tree | 2c9f2762d8312d6001ecc54289da8a56a63b5c15 /docs | |
| parent | cd071f290282fdba61f3cbfffcd817d70500d189 (diff) | |
[4.2.x] Added stub release notes for 4.2.1.
Backport of 4e4eda6d6c8a5867dafd2ba9167ad8c064bb644a from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.1.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/4.2.1.txt b/docs/releases/4.2.1.txt new file mode 100644 index 0000000000..fb3edf50bc --- /dev/null +++ b/docs/releases/4.2.1.txt @@ -0,0 +1,12 @@ +========================== +Django 4.2.1 release notes +========================== + +*Expected May 1, 2023* + +Django 4.2.1 fixes several bugs in 4.2. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 355c128af6..004e8ad673 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -26,6 +26,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 4.2.1 4.2 4.1 release |
