2022-11-01 06:27:10 +00:00
|
|
|
==========================
|
|
|
|
Django 4.1.4 release notes
|
|
|
|
==========================
|
|
|
|
|
2022-12-06 08:56:43 +00:00
|
|
|
*December 6, 2022*
|
2022-11-01 06:27:10 +00:00
|
|
|
|
|
|
|
Django 4.1.4 fixes several bugs in 4.1.3.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2022-12-06 08:56:43 +00:00
|
|
|
* Fixed a regression in Django 4.1 that caused an unnecessary table rebuild
|
|
|
|
when adding a ``ManyToManyField`` on SQLite (:ticket:`34138`).
|
2022-11-04 13:43:40 +00:00
|
|
|
|
|
|
|
* Fixed a bug in Django 4.1 that caused a crash of the sitemap index view with
|
|
|
|
an empty :meth:`Sitemap.items() <django.contrib.sitemaps.Sitemap.items>` and
|
|
|
|
a callable :attr:`~django.contrib.sitemaps.Sitemap.lastmod`
|
|
|
|
(:ticket:`34088`).
|
2022-11-04 14:22:32 +00:00
|
|
|
|
2022-12-06 08:56:43 +00:00
|
|
|
* Fixed a bug in Django 4.1 that caused a crash using ``acreate()``,
|
|
|
|
``aget_or_create()``, and ``aupdate_or_create()`` asynchronous methods of
|
2022-11-04 14:22:32 +00:00
|
|
|
related managers (:ticket:`34139`).
|
2022-11-22 13:26:23 +00:00
|
|
|
|
|
|
|
* Fixed a bug in Django 4.1 that caused a crash of ``QuerySet.bulk_create()``
|
|
|
|
with ``"pk"`` in ``unique_fields`` (:ticket:`34177`).
|
2022-11-22 09:34:55 +00:00
|
|
|
|
|
|
|
* Fixed a bug in Django 4.1 that caused a crash of ``QuerySet.bulk_create()``
|
|
|
|
on fields with ``db_column`` (:ticket:`34171`).
|