Django 5.2.4 release notes¶
Expected July 2, 2025
Django 5.2.4 fixes several bugs in 5.2.3.
漏洞修复¶
Fixed a regression in Django 5.2.2 where
HttpRequest.get_preferred_type()
incorrectly preferred more specific media types with a lower quality (#36447).Fixed a regression in Django 5.2.3 where
Value(None, JSONField())
used in aWhen
condition was incorrectly serialized as SQLNULL
instead of JSONnull
(#36453).