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).