diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2026-02-20 14:49:16 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2026-02-24 13:50:38 -0300 |
| commit | 2bc009bfae88c062c2cf0f730a91e99ea66bf4ed (patch) | |
| tree | 508673b53e42ca6be137ede3452dd56ead329396 | |
| parent | a4999ef1b9790a4c0e793cf0e5c464e9935c3c3a (diff) | |
[5.2.x] Added stub release notes and release date for 5.2.12 and 4.2.29.
Backport of acd0bec51366e259b4c2b43e4c09755541cdf560 from main.
| -rw-r--r-- | docs/releases/4.2.29.txt | 8 | ||||
| -rw-r--r-- | docs/releases/5.2.12.txt | 6 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
3 files changed, 13 insertions, 2 deletions
diff --git a/docs/releases/4.2.29.txt b/docs/releases/4.2.29.txt new file mode 100644 index 0000000000..a3f3787cd6 --- /dev/null +++ b/docs/releases/4.2.29.txt @@ -0,0 +1,8 @@ +=========================== +Django 4.2.29 release notes +=========================== + +*March 3, 2026* + +Django 4.2.29 fixes a security issue with severity "moderate" and a security +issue with severity "low" in 4.2.28. diff --git a/docs/releases/5.2.12.txt b/docs/releases/5.2.12.txt index 1394308e56..9cbbf3836a 100644 --- a/docs/releases/5.2.12.txt +++ b/docs/releases/5.2.12.txt @@ -2,9 +2,11 @@ Django 5.2.12 release notes =========================== -*Expected March 3, 2026* +*March 3, 2026* -Django 5.2.12 fixes one bug related to support for Python 3.14. +Django 5.2.12 fixes a security issue with severity "moderate" and a security +issue with severity "low" in 5.2.11. It also fixes one bug related to support +for Python 3.14. Bugfixes ======== diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 9dc76adbdc..68d71cb81f 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -88,6 +88,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 4.2.29 4.2.28 4.2.27 4.2.26 |
