только начал изучать.
есть модели Author и Book, связаные МтМ. Написал сериалайзеры.
http://dpaste.com/13VERNGвыдаёт в ошибке
Got AttributeError when attempting to get a value for field
authors
on serializer
BookSerializer
.
The serializer field might be named incorrectly and not match any attribute or key on the
Book
instance.
Original exception text was: 'Book' object has no attribute 'authors'
где я недочитал?