========================== Django 6.0.1 release notes ========================== *January 6, 2026* Django 6.0.1 fixes one data loss bug introduced in Django 5.2 as well as several other bugs in Django 6.0. Bugfixes ======== * Fixed a bug in Django 5.2 where data exceeding ``max_length`` was silently truncated by :meth:`.QuerySet.bulk_create` on PostgreSQL (:ticket:`33647`). * 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 ``