diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-23 09:41:56 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-23 11:55:36 -0800 |
| commit | 90e6f9734488f73f4a9077e895f74ad8790b06e6 (patch) | |
| tree | 6d09004b2588656a6fdb50b75f98d5c8a20eb0dd /meta-python/recipes-devtools/python/python3-django_5.0.1.bb | |
| parent | 8e156d5b4fea80d5515b7fd00651435c2fc4f1f9 (diff) | |
| download | meta-openembedded-90e6f9734488f73f4a9077e895f74ad8790b06e6.tar.gz | |
python3-django: upgrade 5.0 -> 5.0.1
Changelog:
===========
-Reallowed, following a regression in Django 5.0, using a foreign key to a model
with a primary key that is not AutoField in ModelAdmin.list_filter
-Fixed a long standing bug in handling the RETURNING INTO clause that caused a
crash when creating a model instance with a GeneratedField which output_field
had backend-specific converters
-Fixed a regression in Django 5.0 that caused a crash of Model.save() for models
with both GeneratedField and ForeignKey fields
-Fixed a bug in Django 5.0 that caused a migration crash on Oracle < 23c when
adding a GeneratedField with output_field=BooleanField
-Fixed a regression in Django 5.0 where admin fields on the same line could
overflow the page and become non-interactive
-Added compatibility for oracledb 2.0.0
-Fixed a regression in Django 5.0 where querysets referenced incorrect field
names from FilteredRelation()
-Fixed a regression in Django 5.0 that caused a system check crash when
ModelAdmin.filter_horizontal or filter_vertical contained a reverse
many-to-many relation with related_name
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.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.0.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.1.bb b/meta-python/recipes-devtools/python/python3-django_5.0.1.bb new file mode 100644 index 0000000000..eed1e6edc6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_5.0.1.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require python-django.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "8c8659665bc6e3a44fefe1ab0a291e5a3fb3979f9a8230be29de975e57e8f854" | ||
| 5 | |||
| 6 | RDEPENDS:${PN} += "\ | ||
| 7 | ${PYTHON_PN}-sqlparse \ | ||
| 8 | ${PYTHON_PN}-asgiref \ | ||
| 9 | " | ||
