summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django/0001-fix-ipv6-test.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-django: handle non-existing import from CVE patchGyorgy Sarvari2026-01-151-0/+34
This change is for python3-django_2.2.28. During backporting a patch for CVE-2024-56374, an import got into the patch for v2.2.28 that does not exist yet in that version. This patch handles this import with a fallback to prevent throwing and ImportError. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>