2022-11-01 14:27:10 +08:00
|
|
|
==========================
|
|
|
|
Django 4.1.4 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected December 6, 2022*
|
|
|
|
|
|
|
|
Django 4.1.4 fixes several bugs in 4.1.3.
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2022-11-04 16:30:23 +08:00
|
|
|
* Fixed a regression in Django 4.1 that caused an unnecessary table rebuilt
|
|
|
|
when adding ``ManyToManyField`` on SQLite (:ticket:`34138`).
|
2022-11-04 21:43:40 +08: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`).
|