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
Updated by ttereshc over 3 years ago
- Related to Backport #8815: Backport #8814 to pulp_rpm 3.11 added
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by ttereshc over 3 years ago
Updated by ttereshc over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset cb7cc061a68e107e86393f49ebefabb4385641a6.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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