Actions
Issue #8814
closedstatic_context cannot be None
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 97
Quarter:
Description
static_context seems is required to be set to a boolean value and cannot be None. This is inconsistent with the model and desired behaviour.
BooleanField is always required=True by default starting with Django 2.1.
Related issues
Actions
Mark static_context as not required
Since Django 2.1 BooleanField is required=True by default.
closes #8814 https://pulp.plan.io/issues/8814