Django 6.0.1 release notes

Expected January 6, 2026

Django 6.0.1 fixes several bugs in 6.0.

漏洞修复

  • Fixed a regression in Django 6.0 where querystring mishandled multi-value QueryDict keys, both by only preserving the last value and by incorrectly handling None values (#36783).

  • Fixed a regression in Django 6.0 that prevented changing the name of a ManyToManyField from taking effect when applying migrations (#36800).

  • Fixed a bug where management command colorized help (introduced in Python 3.14) ignored the --no-color option and the DJANGO_COLORS setting (#36376).

  • Fixed a regression in Django 6.0 that caused bulk_create() to crash when introspecting the connection on SQLite (#36818).

  • Fixed a visual regression in Django 6.0 for admin form fields grouped under a <fieldset> in Safari (#36807).