summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_5.0.3.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-03-19 13:45:12 +0800
committerKhem Raj <raj.khem@gmail.com>2024-03-20 09:28:07 -0700
commit9aededce5663cb40705ba67d336ca484b3a223dc (patch)
treeb92f0b4191a1549ac12bd80b861f09d35545c149 /meta-python/recipes-devtools/python/python3-django_5.0.3.bb
parent05c68382cb45bc9b42f6f8a671f1f4f7cdb09479 (diff)
downloadmeta-openembedded-9aededce5663cb40705ba67d336ca484b3a223dc.tar.gz
python3-django: upgrade 5.0.2 -> 5.0.3
Changelog: ============ -Fixed a regression in Django 5.0.2 where intcomma template filter could return a leading comma for string representation of floats -Fixed a bug in Django 5.0 that caused a crash of Signal.asend() and asend_robust() when all receivers were asynchronous functions -Fixed a regression in Django 5.0.1 where ModelAdmin.lookup_allowed() would prevent filtering against foreign keys using lookups like __isnull when the field was not included in ModelAdmin.list_filter -Fixed a regression in Django 5.0 that caused a crash of @sensitive_variables and @sensitive_post_parameters decorators on functions loaded from .pyc files -Fixed a regression in Django 5.0 that caused a crash when reloading a test database and a base queryset for a base manager used prefetch_related() -Fixed a bug in Django 5.0 where facet filters in the admin would crash on a SimpleListFilter using a queryset without primary keys 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.bb9
1 files changed, 9 insertions, 0 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
new file mode 100644
index 0000000000..14c41a626f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_5.0.3.bb
@@ -0,0 +1,9 @@
1require python-django.inc
2inherit setuptools3
3
4SRC_URI[sha256sum] = "5fb37580dcf4a262f9258c1f4373819aacca906431f505e4688e37f3a99195df"
5
6RDEPENDS:${PN} += "\
7 python3-sqlparse \
8 python3-asgiref \
9"