Actions
Issue #8649
closedMatch serializer max_length to what is in the models
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 95
Quarter:
Description
The max_length in the serializers https://github.com/pulp/pulp_ansible/blob/master/pulp_ansible/app/serializers.py#L362-L365 do not match the max length in the models https://github.com/pulp/pulp_ansible/blob/master/pulp_ansible/app/models.py#L48-L49
Updated by daviddavis over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
- Sprint set to Sprint 95
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by daviddavis over 3 years ago
Updated by daviddavis over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|9cfa8cd81b825f3cd66288e5d3d69faf0bdf8a5d.
Updated by pulpbot over 3 years ago
Updated by pulpbot over 3 years ago
Added by daviddavis over 3 years ago
Revision 56ca11ac | View on GitHub
Fixed collection version serializer field lengths
fixes #8649
(cherry picked from commit 9cfa8cd81b825f3cd66288e5d3d69faf0bdf8a5d)
Added by daviddavis over 3 years ago
Revision 63b4c733 | View on GitHub
Fixed collection version serializer field lengths
fixes #8649
(cherry picked from commit 9cfa8cd81b825f3cd66288e5d3d69faf0bdf8a5d)
Updated by fao89 over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fixed collection version serializer field lengths
fixes #8649