mirror of
https://github.com/django/django.git
synced 2025-06-13 15:39:13 +00:00
[4.1.x] Added release date for 4.1.4.
Backport of f4a053a2940c2e5324550cd796724a5837362cba from main
This commit is contained in:
parent
24170562d4
commit
65d31d9e41
@ -2,23 +2,23 @@
|
|||||||
Django 4.1.4 release notes
|
Django 4.1.4 release notes
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
*Expected December 6, 2022*
|
*December 6, 2022*
|
||||||
|
|
||||||
Django 4.1.4 fixes several bugs in 4.1.3.
|
Django 4.1.4 fixes several bugs in 4.1.3.
|
||||||
|
|
||||||
Bugfixes
|
Bugfixes
|
||||||
========
|
========
|
||||||
|
|
||||||
* Fixed a regression in Django 4.1 that caused an unnecessary table rebuilt
|
* Fixed a regression in Django 4.1 that caused an unnecessary table rebuild
|
||||||
when adding ``ManyToManyField`` on SQLite (:ticket:`34138`).
|
when adding a ``ManyToManyField`` on SQLite (:ticket:`34138`).
|
||||||
|
|
||||||
* Fixed a bug in Django 4.1 that caused a crash of the sitemap index view with
|
* 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
|
an empty :meth:`Sitemap.items() <django.contrib.sitemaps.Sitemap.items>` and
|
||||||
a callable :attr:`~django.contrib.sitemaps.Sitemap.lastmod`
|
a callable :attr:`~django.contrib.sitemaps.Sitemap.lastmod`
|
||||||
(:ticket:`34088`).
|
(:ticket:`34088`).
|
||||||
|
|
||||||
* Fixed a bug in Django 4.1 that caused a crash of ``acreate()``,
|
* Fixed a bug in Django 4.1 that caused a crash using ``acreate()``,
|
||||||
``aget_or_create()``, and ``aupdate_or_create()`` asynchronous methods for
|
``aget_or_create()``, and ``aupdate_or_create()`` asynchronous methods of
|
||||||
related managers (:ticket:`34139`).
|
related managers (:ticket:`34139`).
|
||||||
|
|
||||||
* Fixed a bug in Django 4.1 that caused a crash of ``QuerySet.bulk_create()``
|
* Fixed a bug in Django 4.1 that caused a crash of ``QuerySet.bulk_create()``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user