1
0
forked from pool/python-Django
Go to file
Alberto Planas Dominguez 115233053a Accepting request 1007838 from home:aplanas:branches:devel:languages:python:django
- Update to 4.1.2 (bsc#1203793, CVE-2022-41323)
  + Fixed a regression in Django 4.1 that caused a migration crash on
    PostgreSQL when adding a model with ExclusionConstraint
  + Fixed a regression in Django 4.1 that caused aggregation over a
    queryset that contained an Exists annotation to crash due to too
    many selected columns
  + Fixed a bug in Django 4.1 that caused an incorrect validation of
    CheckConstraint on NULL values
  + Fixed a regression in Django 4.1 that caused a
    QuerySet.values()/values_list() crash on ArrayAgg() and JSONBAgg()
  + Fixed a bug in Django 4.1 that caused
    ModelAdmin.autocomplete_fields to be incorrectly selected after
    adding/changing related instances via popups
  + Fixed a regression in Django 4.1 where the app registry was not
    populated when running parallel tests with the multiprocessing
    start method spawn
  + Fixed a regression in Django 4.1 where the --debug-mode argument
    to test did not work when running parallel tests with the
    multiprocessing start method spawn
  + Fixed a regression in Django 4.1 that didn’t alter a sequence type
    when altering type of pre-Django 4.1 serial columns on PostgreSQL
  + Fixed a regression in Django 4.1 that caused a crash for View
    subclasses with asynchronous handlers when handling non-allowed
    HTTP methods
  + Reverted caching related managers for ForeignKey, ManyToManyField,
    and GenericRelation that caused the incorrect refreshing of
    related objects
  + Relaxed the system check added in Django 4.1 for the same name
    used for multiple template tag modules to a warning

OBS-URL: https://build.opensuse.org/request/show/1007838
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=115
2022-10-04 09:20:20 +00:00
.gitattributes Accepting request 207554 from devel:languages:python 2013-12-04 12:48:43 +00:00
.gitignore Accepting request 207554 from devel:languages:python 2013-12-04 12:48:43 +00:00
Django-4.1.2.checksum.txt Accepting request 1007838 from home:aplanas:branches:devel:languages:python:django 2022-10-04 09:20:20 +00:00
Django-4.1.2.tar.gz Accepting request 1007838 from home:aplanas:branches:devel:languages:python:django 2022-10-04 09:20:20 +00:00
python-Django-rpmlintrc Accepting request 936296 from home:aplanas:branches:devel:languages:python:django 2021-12-18 23:53:16 +00:00
python-Django.changes Accepting request 1007838 from home:aplanas:branches:devel:languages:python:django 2022-10-04 09:20:20 +00:00
python-Django.keyring Accepting request 1007838 from home:aplanas:branches:devel:languages:python:django 2022-10-04 09:20:20 +00:00
python-Django.spec Accepting request 1007838 from home:aplanas:branches:devel:languages:python:django 2022-10-04 09:20:20 +00:00