restdoctor icon indicating copy to clipboard operation
restdoctor copied to clipboard

SeparatedListField

Open sergey-jerzy opened this issue 3 years ago • 0 comments

Field should be used in request serializers to parse comma separated list of items.

e.g. SeparatedListField(child=CharField, ...) should return ['a', 'b', 'c']

sergey-jerzy avatar Jun 15 '21 20:06 sergey-jerzy