django-rest-framework-multi-slug-field

A field for representing a relationship via multiple fields on the target


Keywords
django-rest-framework-multi-slug-field
License
BSD-3-Clause
Install
pip install django-rest-framework-multi-slug-field==0.1.0

Documentation

django-rest-framework-multi-slug-field

https://badge.fury.io/py/django-rest-framework-multi-slug-field.png https://travis-ci.org/simpleenergy/django-rest-framework-multi-slug-field.png?branch=master https://coveralls.io/repos/simpleenergy/django-rest-framework-multi-slug-field/badge.png?branch=master

A field for representing a relationship via multiple fields on the target

Documentation

The full documentation is at http://drf-multislugfield.readthedocs.org/en/latest/index.html

Quickstart

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

Features