Closed
Description
Users can already support the model ArrayField
using serializers.ListField
(eg see https://groups.google.com/d/msg/django-rest-framework/Rolw5yEQ8cU/-rJYT_4i3iYJ )
However, we should deal with this creating mapping by default when using a ModelSerializer
.