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:47:37 -0300 |
| commit | acd0bec51366e259b4c2b43e4c09755541cdf560 (patch) | |
| tree | 87660989e95cdf0fa0453700880b957fcba64b07 /docs/releases | |
| parent | 2de474dffca008038a7f9fe10289f390c5f4f15b (diff) | |
Added stub release notes and release date for 6.0.3, 5.2.12, and 4.2.29.
Diffstat (limited to 'docs/releases')
| -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/6.0.3.txt | 5 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
4 files changed, 16 insertions, 4 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/6.0.3.txt b/docs/releases/6.0.3.txt index 3f4972529e..3f8c93e63d 100644 --- a/docs/releases/6.0.3.txt +++ b/docs/releases/6.0.3.txt @@ -2,9 +2,10 @@ Django 6.0.3 release notes ========================== -*Expected March 3, 2026* +*March 3, 2026* -Django 6.0.3 fixes several bugs in 6.0.2. +Django 6.0.3 fixes a security issue with severity "moderate", a security issue +with severity "low", and several bugs in 6.0.2. Bugfixes ======== diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 390876eadc..eae6e49c83 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -105,6 +105,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 |
