diff --git a/django-5.2.3.tar.gz b/django-5.2.3.tar.gz deleted file mode 100644 index d084bda9fa927aef40b2de4ece70303336cb3b9c..0000000000000000000000000000000000000000 Binary files a/django-5.2.3.tar.gz and /dev/null differ diff --git a/django-5.2.5.tar.gz b/django-5.2.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..eb427366e2707415e33369a80f3e86edd868eab6 --- /dev/null +++ b/django-5.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0745b25681b129a77aae3d4f6549b62d3913d74407831abaa0d9021a03954bae +size 10859748 diff --git a/python-django.spec b/python-django.spec index 0526cfa7aa8512b80e7105e946ef0f6ec4ede1e5..7be51f771a13399b86d41ff2deaffa5ca18f94a7 100644 --- a/python-django.spec +++ b/python-django.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-django -Version: 5.2.3 +Version: 5.2.5 Release: 1 Summary: A high-level Python Web framework that encourages rapid development and clean, pragmatic design. License: Apache-2.0 and Python-2.0 and BSD-3-Clause @@ -74,6 +74,14 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir}/* %changelog +* Wed Aug 20 2025 zhang_wenyu - 5.2.5-1 +- update python-django to 5.2.5 + * Fixed a regression in Django 5.2.1 that prevented the usage of ``UNNEST`` PostgreSQL strategy of ``QuerySet.bulk_create()`` with foreign keys + * Fixed a crash in Django 5.2 when filtering against a composite primary key using a tuple containing expressions + * Fixed a crash in Django 5.2 when validating a model that uses ``GeneratedField`` or constraints composed of ``Q`` and ``Case`` lookups + * Added compatibility for ``docutils`` 0.22 + * Fixed a crash in Django 5.2 when using a ``ManyToManyField`` on a model with a composite primary key, by extending the ``fields.E347`` system check + * Tue Jun 10 2025 openeuler_bot - 5.2.3-1 - update python-django to 5.2.3 @@ -194,4 +202,4 @@ mv %{buildroot}/doclist.lst . - Add python3-django for correct package name. Due to backward compatibility, the python3-Django is kept and it should be removed in the future. * Fri Jan 08 2021 Python_Bot - 2.2.3-1 -- Package Spec generated \ No newline at end of file +- Package Spec generated