Django 5.2.9 release notes

Expected December 2, 2025

Django 5.2.9 fixes several bugs in 5.2.8.

漏洞修复

  • Fixed a bug in Django 5.2 where django.utils.feedgenerator.Stylesheet.__str__() did not escape the url, mimetype, and media attributes, potentially leading to invalid XML markup (#36733).

  • Fixed a bug in Django 5.2 on PostgreSQL where bulk_create() did not apply a field's custom query placeholders (#36748).