diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.4.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/4.1.4.txt b/docs/releases/4.1.4.txt index 21040ebab6..3079fc55b7 100644 --- a/docs/releases/4.1.4.txt +++ b/docs/releases/4.1.4.txt @@ -11,3 +11,8 @@ 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`). |
