diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-01-07 12:28:39 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-01-07 12:33:59 -0300 |
| commit | 5e63880cb854844a811b4ee062ee9ac695f6809e (patch) | |
| tree | 6f76b975e5d2e6f377db636b45f29d82cb2f9cc5 | |
| parent | 392817a25870458912a76ce53218bfdb8a9f8e97 (diff) | |
[5.0.x] Added stub release notes and release date for 5.0.11 and 4.2.18.
Backport of 53e21eebf22bc05c7fa30820b453b7f345b7af40 from main.
| -rw-r--r-- | docs/releases/4.2.18.txt | 7 | ||||
| -rw-r--r-- | docs/releases/5.0.11.txt | 7 | ||||
| -rw-r--r-- | docs/releases/index.txt | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/docs/releases/4.2.18.txt b/docs/releases/4.2.18.txt new file mode 100644 index 0000000000..ae0c4e3334 --- /dev/null +++ b/docs/releases/4.2.18.txt @@ -0,0 +1,7 @@ +=========================== +Django 4.2.18 release notes +=========================== + +*January 14, 2025* + +Django 4.2.18 fixes a security issue with severity "moderate" in 4.2.17. diff --git a/docs/releases/5.0.11.txt b/docs/releases/5.0.11.txt new file mode 100644 index 0000000000..c284b51435 --- /dev/null +++ b/docs/releases/5.0.11.txt @@ -0,0 +1,7 @@ +=========================== +Django 5.0.11 release notes +=========================== + +*January 14, 2025* + +Django 5.0.11 fixes a security issue with severity "moderate" in 5.0.10. diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 8308705f3a..cd75680180 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 5.0.11 5.0.10 5.0.9 5.0.8 @@ -43,6 +44,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 4.2.18 4.2.17 4.2.16 4.2.15 |
