summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.4.txt
blob: 3079fc55b7fe2e866897bbaa891c0c1ad67e29ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
==========================
Django 4.1.4 release notes
==========================

*Expected December 6, 2022*

Django 4.1.4 fixes several bugs in 4.1.3.

Bugfixes
========

* Fixed a regression in Django 4.1 that caused an unnecessary table rebuilt
  when adding ``ManyToManyField`` on SQLite (:ticket:`34138`).

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