1
0
forked from pool/python-Django

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

- Update to 4.1.6:
  + CVE-2023-23969: Potential denial-of-service via Accept-Language
    headers Bugfixes
  + Fixed a bug in Django 4.1 that caused a crash of model validation
    on UniqueConstraint with ordered expressions

OBS-URL: https://build.opensuse.org/request/show/1062447
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=125
This commit is contained in:
2023-02-01 13:06:51 +00:00
committed by Git OBS Bridge
parent d185374299
commit 5b99a6375d
7 changed files with 199 additions and 180 deletions

View File

@@ -1,10 +1,18 @@
-------------------------------------------------------------------
Wed Feb 1 12:48:49 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to 4.1.6:
+ CVE-2023-23969: Potential denial-of-service via Accept-Language
headers Bugfixes
+ Fixed a bug in Django 4.1 that caused a crash of model validation
on UniqueConstraint with ordered expressions
-------------------------------------------------------------------
Mon Jan 2 19:07:30 UTC 2023 - David Anes <david.anes@suse.com>
- Update to 4.1.5:
+ Fixed a long standing bug in the __len lookup for ArrayField
that caused a crash of model validation on Meta.constraints.
- Update keyring file.
-------------------------------------------------------------------