diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-17 09:40:30 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-17 23:47:25 -0700 |
| commit | 00e390e611b86c231ef257e22bb5a87df485957d (patch) | |
| tree | 6641e7d58b2ca9a2bed711edf2d61060786a8117 /meta-python/recipes-devtools/python/python3-django_5.0.3.bb | |
| parent | 08b6f126322a0afa29894c83433eaf4f2ad316f8 (diff) | |
| download | meta-openembedded-00e390e611b86c231ef257e22bb5a87df485957d.tar.gz | |
python3-django: upgrade 5.0.3 -> 5.0.4
Changelog:
===========
* Fixed a bug in Django 5.0 that caused a crash of "Model.full_clean()" on
fields with expressions in "db_default". As a consequence,
"Model.full_clean()" no longer validates for empty values in fields with
"db_default"
* Fixed a regression in Django 5.0 where the "AdminFileWidget" could be
rendered with two "id" attributes on the "Clear" checkbox
* Fixed a bug in Django 5.0 that caused a migration crash on PostgreSQL 15+
when adding a partial "UniqueConstraint" with "nulls_distinct"
* Fixed a crash in Django 5.0 when performing queries involving table aliases
and lookups on a "GeneratedField" of the aliased table
* Fixed a bug in Django 5.0 that caused a migration crash when adding a
"GeneratedField" relying on the "__contains" or "__icontains"
lookups or using a "Value" containing a ""%""
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_5.0.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.0.3.bb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.3.bb b/meta-python/recipes-devtools/python/python3-django_5.0.3.bb deleted file mode 100644 index 14c41a626f..0000000000 --- a/meta-python/recipes-devtools/python/python3-django_5.0.3.bb +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | require python-django.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "5fb37580dcf4a262f9258c1f4373819aacca906431f505e4688e37f3a99195df" | ||
| 5 | |||
| 6 | RDEPENDS:${PN} += "\ | ||
| 7 | python3-sqlparse \ | ||
| 8 | python3-asgiref \ | ||
| 9 | " | ||
