MattBroach / DjangoRestMultipleModels

View (and mixin) for serializing multiple models or querysets in Django Rest Framework
MIT License
549 stars 67 forks source link

For viewsets changed import #24

Closed imasif closed 7 years ago

imasif commented 7 years ago

For ViewSets you must call from drf_multiple_model.viewsets instead of drf_multiple_model.views

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 97.59% when pulling 18482bf1386aa9ad992e73e87a36d85babdebbdf on imasif:patch-1 into 1d0de1ffb358d693ec7c116fea430ad8e129f048 on Axiologue:master.

MattBroach commented 7 years ago

Whoops, thanks for the bug fix!