forked from pool/python-Django
Accepting request 1040693 from home:aplanas:branches:devel:languages:python:django
- Update to 4.1.4 + Fixed a regression in Django 4.1 that caused an unnecessary table rebuild when adding a ManyToManyField on SQLite + 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 + 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 + Fixed a bug in Django 4.1 that caused a crash of QuerySet.bulk_create() with "pk" in unique_fields + Fixed a bug in Django 4.1 that caused a crash of QuerySet.bulk_create() on fields with db_column OBS-URL: https://build.opensuse.org/request/show/1040693 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=119
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 13:30:53 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||
|
||||
- Update to 4.1.4
|
||||
+ Fixed a regression in Django 4.1 that caused an unnecessary table
|
||||
rebuild when adding a ManyToManyField on SQLite
|
||||
+ 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
|
||||
+ 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
|
||||
+ Fixed a bug in Django 4.1 that caused a crash of
|
||||
QuerySet.bulk_create() with "pk" in unique_fields
|
||||
+ Fixed a bug in Django 4.1 that caused a crash of
|
||||
QuerySet.bulk_create() on fields with db_column
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 15:50:11 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user