diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-10 21:46:09 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-02-19 08:20:31 +0530 |
| commit | 52ad98a187d6a16beb353351bcff15158bd25fe3 (patch) | |
| tree | ed9fd185fec75309f52ea9b30fff8d758bfbb488 /meta-python/recipes-devtools/python/python3-django_5.2.11.bb | |
| parent | 5329a32c579abb640ba17df2009dfea000e166f8 (diff) | |
| download | meta-openembedded-52ad98a187d6a16beb353351bcff15158bd25fe3.tar.gz | |
python3-django: upgrade 5.2.9 -> 5.2.11
Changelog:
5.2.11:
Contains fixes for CVE-2025-13473, CVE-2025-14550, CVE-2026-1207, CVE-2026-1285,
CVE-2026-1287 and CVE-2026-1312
5.2.10:
* Fixed a bug in Django 5.2 where data exceeding max_length was silently
truncated by QuerySet.bulk_create on PostgreSQL.
* Fixed a bug where management command colorized help (introduced in
Python 3.14) ignored the --no-color option and the DJANGO_COLORS setting.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_5.2.11.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.2.11.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.2.11.bb b/meta-python/recipes-devtools/python/python3-django_5.2.11.bb new file mode 100644 index 0000000000..edf9aabb79 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-django_5.2.11.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require python3-django.inc | ||
| 2 | inherit python_setuptools_build_meta | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3" | ||
| 5 | |||
| 6 | RDEPENDS:${PN} += "\ | ||
| 7 | python3-sqlparse \ | ||
| 8 | python3-asgiref \ | ||
| 9 | " | ||
