diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-10 12:29:28 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-06-10 12:29:28 +0200 |
| commit | 7fcc7b1a0cc7e7c542b37a094731bbf632636f1f (patch) | |
| tree | 86bb2a81b8e08e196bbb53e1ca34655f938dc4cd /docs | |
| parent | aafe320712c1c1f96326b03b63d2ee7e8e5928ca (diff) | |
Added stub release notes for 5.2.4.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.4.txt | 12 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/releases/5.2.4.txt b/docs/releases/5.2.4.txt new file mode 100644 index 0000000000..028ef68290 --- /dev/null +++ b/docs/releases/5.2.4.txt @@ -0,0 +1,12 @@ +========================== +Django 5.2.4 release notes +========================== + +*Expected July 2, 2025* + +Django 5.2.4 fixes several bugs in 5.2.3. + +Bugfixes +======== + +* ... diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 6cbf2306bb..89b10be54d 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -32,6 +32,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 5.2.4 5.2.3 5.2.2 5.2.1 |
