1
0
forked from pool/python-Django

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

- Update to 3.2.8
  + Fixed a bug in Django 3.2 that caused incorrect links on read-only
    fields in the admin
  + Fixed a regression in Django 3.2 that caused incorrect selection
    of items across all pages when actions were placed both on the top
    and bottom of the admin change-list view
- Drop failing_test_subparser_invalid_option.patch, as is already in
  the upstream code.

OBS-URL: https://build.opensuse.org/request/show/923266
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=92
This commit is contained in:
2021-10-05 14:47:49 +00:00
committed by Git OBS Bridge
parent 4e559eca14
commit bccc7af30c
8 changed files with 241 additions and 208 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Oct 5 14:25:34 UTC 2021 - Alberto Planas Dominguez <aplanas@suse.com>
- Update to 3.2.8
+ Fixed a bug in Django 3.2 that caused incorrect links on read-only
fields in the admin
+ Fixed a regression in Django 3.2 that caused incorrect selection
of items across all pages when actions were placed both on the top
and bottom of the admin change-list view
- Drop failing_test_subparser_invalid_option.patch, as is already in
the upstream code.
-------------------------------------------------------------------
Thu Sep 9 15:21:45 UTC 2021 - Matej Cepl <mcepl@suse.com>