A field for representing a relationship via multiple fields on the target
The full documentation is at http://drf-multislugfield.readthedocs.org/en/latest/index.html
Install django-rest-framework-multi-slug-field:
pip install django-rest-framework-multi-slug-field
Then use it in a project:
from rest_framework_msf.fields import MultiSlugRelatedField
- :class:`~rest_framework_msf.fields.MultiSlugField` - Serializer field for representing a relationship via a set of fields on the target.