forked from pool/python-Django
Accepting request 903353 from home:aplanas:branches:devel:languages:python:django
- Update to 3.2.5 (CVE-2021-35042, bsc#1187785)
+ Fixed a regression in Django 3.2 that caused a crash of
QuerySet.values_list(..., named=True) after prefetch_related()
+ Fixed a bug in Django 3.2 that caused a migration crash on MySQL
8.0.13+ when altering BinaryField, JSONField, or TextField to
non-nullable
+ Fixed a regression in Django 3.2 that caused a migration crash on
MySQL 8.0.13+ when adding nullable BinaryField, JSONField, or
TextField with a default value
+ Fixed a bug in Django 3.2 where a system check would crash on a
model with an invalid app_label
OBS-URL: https://build.opensuse.org/request/show/903353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=88
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 1 07:50:35 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||
|
||||
- Update to 3.2.5 (CVE-2021-35042, bsc#1187785)
|
||||
+ Fixed a regression in Django 3.2 that caused a crash of
|
||||
QuerySet.values_list(..., named=True) after prefetch_related()
|
||||
+ Fixed a bug in Django 3.2 that caused a migration crash on MySQL
|
||||
8.0.13+ when altering BinaryField, JSONField, or TextField to
|
||||
non-nullable
|
||||
+ Fixed a regression in Django 3.2 that caused a migration crash on
|
||||
MySQL 8.0.13+ when adding nullable BinaryField, JSONField, or
|
||||
TextField with a default value
|
||||
+ Fixed a bug in Django 3.2 where a system check would crash on a
|
||||
model with an invalid app_label
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 2 10:45:01 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user