December 6, 2022
Django 4.1.4修复了4.1.3中的几个错误。
修复了Django 4.1中的回归,该回归在添加 ManyToManyField 在SQLite上 (#34138 )。
Fixed a bug in Django 4.1 that caused a crash of the sitemap index view with
an empty Sitemap.items() and
a callable lastmod
(#34088).
修复了Django 4.1中的一个错误,该错误使用 acreate() , aget_or_create() ,以及 aupdate_or_create() 相关管理人员的异步方法 (#34139 )。
Fixed a bug in Django 4.1 that caused a crash of QuerySet.bulk_create()
with "pk" in unique_fields (#34177).
Fixed a bug in Django 4.1 that caused a crash of QuerySet.bulk_create()
on fields with db_column (#34171).
5月 28, 2025