========================== Django 6.0.1 release notes ========================== *Expected January 6, 2026* Django 6.0.1 fixes several bugs in 6.0. Bugfixes ======== * Fixed a regression in Django 6.0 where :ttag:`querystring` mishandled multi-value :class:`~django.http.QueryDict` keys, both by only preserving the last value and by incorrectly handling ``None`` values (:ticket:`36783`). * Fixed a regression in Django 6.0 that prevented changing the name of a :class:`~django.db.models.ManyToManyField` from taking effect when applying migrations (:ticket:`36800`). * Fixed a bug where management command colorized help (introduced in Python 3.14) ignored the :option:`--no-color` option and the :envvar:`DJANGO_COLORS` setting (:ticket:`36376`). * Fixed a regression in Django 6.0 that caused :meth:`~django.db.models.query.QuerySet.bulk_create` to crash when introspecting the connection on SQLite (:ticket:`36818`). * Fixed a visual regression in Django 6.0 for admin form fields grouped under a ``