1
0
forked from pool/python-Django

Accepting request 1046292 from home:david.anes:branches:devel:languages:python:django

- 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.

OBS-URL: https://build.opensuse.org/request/show/1046292
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=123
This commit is contained in:
2023-01-03 10:05:02 +00:00
committed by Git OBS Bridge
parent b5ae892e09
commit d185374299
7 changed files with 189 additions and 231 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Wed Dec 21 09:39:56 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>