Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-parler for 
openSUSE:Factory checked in at 2026-06-30 15:12:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-parler (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-parler.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-parler"

Tue Jun 30 15:12:32 2026 rev:6 rq:1362538 version:2.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-parler/python-django-parler.changes    
    2025-06-03 17:54:02.874870638 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-parler.new.11887/python-django-parler.changes
     2026-06-30 15:13:08.667454611 +0200
@@ -1,0 +2,29 @@
+Mon Jun 29 20:50:50 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.4:
+  * Added Django 6.0 support.
+  * Added Python 3.13 support.
+  * Dropped Django 4.2 LTS support (end of extended support,
+    April 2026).
+  * Dropped Django 5.0 support. The admin's delete_translation
+    view calls ModelAdmin.log_deletions, which was introduced in
+    Django 5.1 — so translation deletion raised AttributeError on
+    5.0. The install requirement is now Django>=5.1.
+  * Replaced removed csrf_protect_m decorator with
+    @method_decorator(csrf_protect) in the admin.
+  * Replaced deprecated unique_together with
+    models.UniqueConstraint in the translated fields model.
+  * Added a validate_constraints() call alongside
+    validate_unique() in form validation so UniqueConstraint
+    violations surface through the form.
+  * Updated log_deletion() call to the renamed log_deletions()
+    with its new signature (Django 6).
+  * Fixed a thread-safety bug in SortedSelectMixin.sort_choices()
+    where the deep-copy guard was skipped for the second and
+    later optgroups, causing .sort() to mutate the caller's
+    choices list.
+  * Expanded the test suite with new modules covering admin
+    views, cache, forms, managers, model construction, template
+    tags, views, and widgets.
+
+-------------------------------------------------------------------

Old:
----
  django-parler-2.3.tar.gz

New:
----
  django-parler-2.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-parler.spec ++++++
--- /var/tmp/diff_new_pack.ELxZ3A/_old  2026-06-30 15:13:09.175471803 +0200
+++ /var/tmp/diff_new_pack.ELxZ3A/_new  2026-06-30 15:13:09.175471803 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-parler
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %define skip_python36 1
 Name:           python-django-parler
-Version:        2.3
+Version:        2.4
 Release:        0
 Summary:        Simple Django model translations
 License:        Apache-2.0

++++++ django-parler-2.3.tar.gz -> django-parler-2.4.tar.gz ++++++
++++ 3830 lines of diff (skipped)

Reply via email to