1
0
forked from pool/python-Django

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

- Update to 4.0.5
  + Fixed a bug in Django 4.0 where not all OPTIONS were passed to a
    Redis client
  + Fixed a bug in Django 4.0 that caused a crash of QuerySet.filter()
    on IsNull() expressions
  + Fixed a bug in Django 4.0 where a hidden quick filter toolbar in
    the admin’s navigation sidebar was focusable

OBS-URL: https://build.opensuse.org/request/show/980458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=105
This commit is contained in:
2022-06-02 07:48:26 +00:00
committed by Git OBS Bridge
parent 85fe9c8ae4
commit 088042555c
7 changed files with 240 additions and 189 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jun 2 07:34:17 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to 4.0.5
+ Fixed a bug in Django 4.0 where not all OPTIONS were passed to a
Redis client
+ Fixed a bug in Django 4.0 that caused a crash of QuerySet.filter()
on IsNull() expressions
+ Fixed a bug in Django 4.0 where a hidden quick filter toolbar in
the admins navigation sidebar was focusable
-------------------------------------------------------------------
Mon Apr 11 14:21:09 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>