From 9cec8d9f55d90fbc162fde23d6ea7a34e322fcae Mon Sep 17 00:00:00 2001 From: Natalia <124304+nessita@users.noreply.github.com> Date: Fri, 1 Aug 2025 09:48:51 -0300 Subject: Fixed #36535 -- Ensured compatibility with docutils 0.19 through 0.22. Regression in 65ab92f6a83644bbb555d0eff3a02d8d9301aba4. --- docs/releases/5.2.5.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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`). -- cgit v1.3