diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.2.4.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.2.4.txt b/docs/releases/5.2.4.txt index ebfa556f23..521ed94d6c 100644 --- a/docs/releases/5.2.4.txt +++ b/docs/releases/5.2.4.txt @@ -12,3 +12,7 @@ Bugfixes * Fixed a regression in Django 5.2.2 where :meth:`HttpRequest.get_preferred_type() <django.http.HttpRequest.get_preferred_type>` incorrectly preferred more specific media types with a lower quality (:ticket:`36447`). + +* Fixed a regression in Django 5.2.3 where ``Value(None, JSONField())`` used in + a :class:`~django.db.models.expressions.When` condition was incorrectly + serialized as SQL ``NULL`` instead of JSON ``null`` (:ticket:`36453`). |
