drf-compound-fields icon indicating copy to clipboard operation
drf-compound-fields copied to clipboard

add validation for list length

Open tbarbugli opened this issue 10 years ago • 3 comments

It would be great to get validation on list lengths.

eg.

ListField(Field(...), max_length=10)

tbarbugli avatar Nov 26 '14 12:11 tbarbugli

@tbarbugli How important is it for you that this be fixed for compatibility with rest-framework 2.X, as opposed to when I upgrade this for rest-framework 3.0 (hopefully soon)?

estebistec avatar Dec 20 '14 21:12 estebistec

not important :) thank you for asking!

tbarbugli avatar Dec 21 '14 16:12 tbarbugli

Please see #27

estebistec avatar Apr 05 '15 06:04 estebistec