forked from pool/python-Django
d027a9fa92d7ba84bb9740a024378c7f64cd10ee5182f5cce71a499a49f4531c
* Fixed a log injection possibility by migrating remaining response logging to django.utils.log.log_response(), which safely escapes arguments such as the request path to prevent unsafe log output (CVE 2025-48432). * Fixed a regression in Django 5.2 that caused QuerySet.bulk_update() to incorrectly convert None to JSON null instead of SQL NULL for JSONField * Fixed a regression in Django 5.2.2 where the q parameter was removed from the internal django.http.MediaType.params property * Fixed a regression in Django 5.2.2 where HttpRequest.get_preferred_type() incorrectly preferred more specific media types with a lower quality * Fixed a crash in Django 5.2 when performing an __in lookup involving a composite primary key and a subquery on certain backends OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=203
Description
No description provided
Languages
Text
100%