diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-02-09 16:05:55 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-02-10 16:53:09 -0500 |
| commit | e9b85373580338c4878d3f930b52c361398065ad (patch) | |
| tree | 75bc0bbe8c5c514377ae02294aecd7e4d6046609 | |
| parent | 420c7071f35c7ba9ce2bf936b4d870c0be6a142c (diff) | |
[5.2.x] Added stub release notes for 5.2.12.
Backport of 2c2d36376a0ce0edc048c077a60be6e3b953bb09 from main.
| -rw-r--r-- | docs/releases/5.2.12.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/5.2.12.txt b/docs/releases/5.2.12.txt new file mode 100644 index 0000000000..ac344f1d1d --- /dev/null +++ b/docs/releases/5.2.12.txt @@ -0,0 +1,12 @@ +=========================== +Django 5.2.12 release notes +=========================== + +*Expected March 3, 2026* + +Django 5.2.12 fixes one bug related to support for Python 3.14. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 0c1fb802ae..9dc76adbdc 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.2.12 5.2.11 5.2.10 5.2.9 |
