diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2024-01-29 11:41:53 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-01-29 11:55:24 -0300 |
| commit | 9dc345643e94f3a48d58fe7547fbc88ce8dab6e9 (patch) | |
| tree | a4fee268b65bd6e37d5f160b1d7e9661c7c6363c | |
| parent | 90eae45b3818f6c6e74c2fcb972e2a692ade4c1e (diff) | |
[3.2.x] Added stub release notes 3.2.24.
Backport of 06d0a1bd56a9899c351ca047a05813e8dd6a4e17 from main
| -rw-r--r-- | docs/releases/3.2.24.txt | 9 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/releases/3.2.24.txt b/docs/releases/3.2.24.txt new file mode 100644 index 0000000000..1ab7024f73 --- /dev/null +++ b/docs/releases/3.2.24.txt @@ -0,0 +1,9 @@ +=========================== +Django 3.2.24 release notes +=========================== + +*February 6, 2024* + +Django 3.2.24 fixes a security issue with severity "moderate" in 3.2.23. + +... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 9d0678ccdc..38fc2a47b6 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 + 3.2.24 3.2.23 3.2.22 3.2.21 |
