diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-05-28 10:03:06 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-05-28 10:19:23 -0300 |
| commit | a70841bc03a5f025c0c7d7a436021f154aee7bef (patch) | |
| tree | 756bb04a355ab9f8b3158ef53acf4de360eb31a9 | |
| parent | 129750a8074b1f1f712b0005062cd1293eac21a9 (diff) | |
[5.1.x] Added stub release notes and release date for 5.1.10 and 4.2.22.
Backport of 1a744343999c9646912cee76ba0a2fa6ef5e6240 from main.
| -rw-r--r-- | docs/releases/4.2.22.txt | 7 | ||||
| -rw-r--r-- | docs/releases/5.1.10.txt | 7 | ||||
| -rw-r--r-- | docs/releases/index.txt | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/docs/releases/4.2.22.txt b/docs/releases/4.2.22.txt new file mode 100644 index 0000000000..83c49b787b --- /dev/null +++ b/docs/releases/4.2.22.txt @@ -0,0 +1,7 @@ +=========================== +Django 4.2.22 release notes +=========================== + +*June 4, 2025* + +Django 4.2.22 fixes a security issue with severity "low" in 4.2.21. diff --git a/docs/releases/5.1.10.txt b/docs/releases/5.1.10.txt new file mode 100644 index 0000000000..7f2d4c2499 --- /dev/null +++ b/docs/releases/5.1.10.txt @@ -0,0 +1,7 @@ +=========================== +Django 5.1.10 release notes +=========================== + +*June 4, 2025* + +Django 5.1.10 fixes a security issue with severity "low" in 5.1.9. diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 9c91a0a6f6..429b71cbea 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.1.10 5.1.9 5.1.8 5.1.7 @@ -63,6 +64,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 4.2.22 4.2.21 4.2.20 4.2.19 |
