Commit Graph

7 Commits

Author SHA256 Message Date
9356993ff3 Accepting request 1330888 from home:mcalabkova:branches:devel:languages:python:django
- Update to 6.0.2 
  * CVE-2025-13473: Username enumeration through timing difference
    in mod_wsgi authentication handler (bsc#1257401)
  * CVE-2025-14550: Potential denial-of-service vulnerability via
    repeated headers when using ASGI (bsc#1257403)
  * CVE-2026-1207: Potential SQL injection via raster lookups on
    PostGIS (bsc#1257405)
  * CVE-2026-1285: Potential denial-of-service vulnerability in
    django.utils.text.Truncator HTML methods (bsc#1257406)
  * CVE-2026-1287: Potential SQL injection in column aliases via
    control characters (bsc#1257407)
  * CVE-2026-1312: Potential SQL injection via QuerySet.order_by
    and FilteredRelation (bsc#1257408)
  * Fixed a visual regression in Django 6.0 that caused the admin
    filter sidebar to wrap below the changelist when filter elements
    contained long text
  * Fixed a visual regression in Django 6.0 for admin form fields
    grouped under a <fieldset> aligned horizontally
  * Fixed a regression in Django 6.0 where auto_now_add field values
    were not populated during INSERT operations, due to incorrect
    parameters passed to field.pre_save()

OBS-URL: https://build.opensuse.org/request/show/1330888
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=8
2026-02-04 09:39:42 +00:00
d416879d50 Accepting request 1326320 from home:mcalabkova:branches:openSUSE:Factory
- Update to 6.0.1
  * Fixed a bug in Django 5.2 where data exceeding max_length was
    silently truncated by QuerySet.bulk_create() on PostgreSQL
  * Fixed a regression in Django 6.0 where querystring mishandled
    multi-value QueryDict keys, both by only preserving the last
    value and by incorrectly handling None values
  * Fixed a regression in Django 6.0 that prevented changing the name
    of a ManyToManyField from taking effect when applying migrations
  * Fixed a bug where management command colorized help (introduced in
    Python 3.14) ignored the --no-color option and the DJANGO_COLORS
    setting
  * Fixed a regression in Django 6.0 that caused bulk_create() to
    crash when introspecting the connection on SQLite
  * Fixed a visual regression in Django 6.0 for admin form fields
    grouped under a <fieldset> in Safari
  * Fixed a crash in Django 6.0 caused by infinite recursion when
    calling repr() on an unevaluated django.utils.csp.LazyNonce
    instance
  * Fixed a regression in Django 6.0 where path() routes defined using
    gettext_lazy() failed to resolve correctly
  * Fixed a regression in Django 6.0 where the Widget.use_fieldset
    attribute of ClearableFileInput was flipped from False to True
  * Reverted an undocumented optimization in Django 6.0 that modified
    permission name and codename values when renaming models via a
    migration
- Drop merged test_strip_tags_incomplete.patch

OBS-URL: https://build.opensuse.org/request/show/1326320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=6
2026-01-09 10:41:58 +00:00
4abdb1406f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=5 2026-01-03 20:10:16 +00:00
32163807bc fix conflicts
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=4
2026-01-02 10:28:47 +00:00
fac675683f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=3 2026-01-02 09:54:49 +00:00
ad1cf1a121 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=2 2026-01-02 09:14:47 +00:00
8012f9ebd1 Accepting request 1324818 from home:mcalabkova:branches:devel:languages:python:django
new release of Django
does not support python311, so let's keep it on a side

OBS-URL: https://build.opensuse.org/request/show/1324818
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django6?expand=0&rev=1
2025-12-30 13:30:16 +00:00