I was working on a project for my company that involves deserializing pages 
of data and I noticed that when using the `many` argument with a serializer 
that an entry with invalid data will cause all the data passed in to be 
invalid. Was this a design choice? Right now to get around it I made a 
utility function that serializes the list of data given some serializer 
class. Then if the data is invalid I log out a message detailing the error 
but continue gathering the validated data.

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to