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:37:42 -0300 |
| commit | b0d309c9eb802cbc652595e2d413bb451e37f124 (patch) | |
| tree | bf33e1b0dc8c73e9cbd8b04ff035640303ae9acf | |
| parent | 39cf3c63f3228a04f101f3e62c75a6aae7c6ef0f (diff) | |
[4.2.x] Added stub release notes and release date for 4.2.18.
Backport of 53e21eebf22bc05c7fa30820b453b7f345b7af40 from main.
| -rw-r--r-- | docs/releases/4.2.18.txt | 7 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 8 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/index.txt b/docs/releases/index.txt index e626606c55..ec69c8e414 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -26,6 +26,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 |
