restdoctor
restdoctor copied to clipboard
SeparatedListField
Field should be used in request serializers to parse comma separated list of items.
e.g. SeparatedListField(child=CharField, ...)
should return ['a', 'b', 'c']