Actions
Issue #8691
closedPulp fails against django 2.2.21
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 96
Quarter:
Description
Run the test suite and you'll hit errors such as these:
File name '/var/lib/pulp/media/artifact/2a/3123f84da036df8e4233e9d9e54bbc0c0b0a7655e45e874a80bf7d67e60f03' includes path elements
The cause is this fix in django:
https://github.com/django/django/commit/04ac1624bdc2fa737188401757cf95ced122d26d
Related issues
Actions
Fixes Pulp compatability with Django 2.2 LTS
Adjusts the upload machinery to be compatible with Django 2.2.21+. The 2.2.21 release was too strict in its checking, and 2.2.23 loosen it, so we require 2.2.23 with this PR.
closes #8691