Actions
Issue #3628
closedKeywords serializer serializes string as list
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - Python:
Platform Release:
3.0.0
Target Release - Python:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 36
Quarter:
Description
This results in outputs like
"keywords": "[", "]"
Related issues
Actions
Keywords string serialized to Char not List
The keywords serializer was serializing a string to a list. Now it is serializing to a char instead.
fixes #3628 https://pulp.plan.io/issues/3628