summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2022-12-06 09:56:43 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2022-12-06 09:57:26 +0100
commit65d31d9e41900ae975a80e27ad5f0ea9e1bbe168 (patch)
tree124ffb5a0dff16d86fa1c02e19a27ebd23b30dca
parent24170562d44df9db86788eaf96e32b7aaf73df1e (diff)
[4.1.x] Added release date for 4.1.4.
Backport of f4a053a2940c2e5324550cd796724a5837362cba from main
-rw-r--r--docs/releases/4.1.4.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/releases/4.1.4.txt b/docs/releases/4.1.4.txt
index 509135f3b2..c1db23ba55 100644
--- a/docs/releases/4.1.4.txt
+++ b/docs/releases/4.1.4.txt
@@ -2,23 +2,23 @@
Django 4.1.4 release notes
==========================
-*Expected December 6, 2022*
+*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 regression in Django 4.1 that caused an unnecessary table rebuild
+ 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
an empty :meth:`Sitemap.items() <django.contrib.sitemaps.Sitemap.items>` and
a callable :attr:`~django.contrib.sitemaps.Sitemap.lastmod`
(:ticket:`34088`).
-* Fixed a bug in Django 4.1 that caused a crash of ``acreate()``,
- ``aget_or_create()``, and ``aupdate_or_create()`` asynchronous methods for
+* Fixed a bug in Django 4.1 that caused a crash using ``acreate()``,
+ ``aget_or_create()``, and ``aupdate_or_create()`` asynchronous methods of
related managers (:ticket:`34139`).
* Fixed a bug in Django 4.1 that caused a crash of ``QuerySet.bulk_create()``