1
0
forked from pool/python-Django

Accepting request 912366 from home:aplanas:branches:devel:languages:python:django

- Update to 3.2.6
  + Fixed a regression in Django 3.2 that caused a crash validating
    "NaN" input with a forms.DecimalField when additional constraints,
    e.g. max_value, were specified
  + Fixed a bug in Django 3.2 where a system check would crash on a
    model with a reverse many-to-many relation inherited from a parent
    class

OBS-URL: https://build.opensuse.org/request/show/912366
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=89
This commit is contained in:
2021-08-16 08:46:29 +00:00
committed by Git OBS Bridge
parent 3040922dbc
commit 4c84f2f3cc
6 changed files with 82 additions and 71 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Aug 16 08:27:28 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to 3.2.6
+ Fixed a regression in Django 3.2 that caused a crash validating
"NaN" input with a forms.DecimalField when additional constraints,
e.g. max_value, were specified
+ Fixed a bug in Django 3.2 where a system check would crash on a
model with a reverse many-to-many relation inherited from a parent
class
-------------------------------------------------------------------
Thu Jul 1 07:50:35 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com>