Accepting request 1269461 from home:mcalabkova:branches:devel:languages:python:django
- Update to 5.2
* Django 5.2 is designated as a long-term support release. It will receive
security updates for at least three years after its release.
* Django 5.2 supports Python 3.10, 3.11, 3.12, and 3.13.
** What’s new in Django 5.2 **
* Automatic models import in the shell
* Composite Primary Keys
* Simplified override of BoundField
* ... and many more smaller features
** Backwards incompatible changes in 5.2 **
* Database backend API changes
* Dropped support for PostgreSQL 13
* Changed MySQL connection character set default
* ... and more, see upstream changelog
** Features deprecated in 5.2 **
* The all argument for the django.contrib.staticfiles.finders.find()
function is deprecated in favor of the find_all argument.
* The ordering keyword argument of the PostgreSQL specific aggregation
functions is deprecated in favor of the order_by argument.
OBS-URL: https://build.opensuse.org/request/show/1269461
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=194
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 7 15:02:18 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 5.2
|
||||
* Django 5.2 is designated as a long-term support release. It will receive
|
||||
security updates for at least three years after its release.
|
||||
* Django 5.2 supports Python 3.10, 3.11, 3.12, and 3.13.
|
||||
** What’s new in Django 5.2 **
|
||||
* Automatic models import in the shell
|
||||
* Composite Primary Keys
|
||||
* Simplified override of BoundField
|
||||
* ... and many more smaller features
|
||||
** Backwards incompatible changes in 5.2 **
|
||||
* Database backend API changes
|
||||
* Dropped support for PostgreSQL 13
|
||||
* Changed MySQL connection character set default
|
||||
* ... and more, see upstream changelog
|
||||
** Features deprecated in 5.2 **
|
||||
* The all argument for the django.contrib.staticfiles.finders.find()
|
||||
function is deprecated in favor of the find_all argument.
|
||||
* The ordering keyword argument of the PostgreSQL specific aggregation
|
||||
functions is deprecated in favor of the order_by argument.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 7 14:19:10 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user