Hi, I just have noticed that *ManyRelatedField* doesn't run validation on each item from data like *ListField <https://github.com/encode/django-rest-framework/blob/master/rest_framework/fields.py#L1662>* and *ListSerializer <https://github.com/encode/django-rest-framework/blob/master/rest_framework/serializers.py#L652> *do, what's the reason behind such decision? Why *ManyRelatedField* is not *ListField* subclass?
Kind regards, Łukaz -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/d01bd233-f38e-4dd0-803b-236c8a390394%40googlegroups.com.
