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
Actions
Fixed collection version serializer field lengths
fixes #8649