diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2025-08-01 09:48:51 -0300 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2025-08-04 21:53:33 -0300 |
| commit | f01ceae477a71a1c244c332e1b53a9499e484874 (patch) | |
| tree | fd5e9e5d3b66dbea51b07daba5f795e43f9fe9c8 /docs | |
| parent | 5ca58ce3d0d254752caa19e96055f54feadd5582 (diff) | |
[5.2.x] Fixed #36535 -- Ensured compatibility with docutils 0.19 through 0.22.
Regression in 65ab92f6a83644bbb555d0eff3a02d8d9301aba4.
Backport of 9cec8d9f55d90fbc162fde23d6ea7a34e322fcae from main.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.5.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/5.2.5.txt b/docs/releases/5.2.5.txt index bdb78d0c63..6791983aad 100644 --- a/docs/releases/5.2.5.txt +++ b/docs/releases/5.2.5.txt @@ -19,3 +19,5 @@ Bugfixes * Fixed a crash in Django 5.2 when validating a model that uses ``GeneratedField`` or constraints composed of ``Q`` and ``Case`` lookups (:ticket:`36518`). + +* Added compatibility for ``docutils`` 0.22 (:ticket:`36535`). |
