MattBroach / DjangoRestMultipleModels

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

Use inheritance #15

Closed ELIYAHUT123 closed 8 years ago

ELIYAHUT123 commented 8 years ago

Make the code more concise by using simple inheritance

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.06%) to 98.864% when pulling 58e5afb70e2a8f06c0125db5fa25d9b453628287 on ELIYAHUT123:patch-3 into 7e3d1fc448aaef1200e3c601a1175ca6977e26d1 on Axiologue:master.

MattBroach commented 8 years ago

Again, this is a great change, thank you. The failing tests are the same as on the other commit (Django 1.7 only). If you don't want to deal with this, I can deal with merging and patching when I get back in about a week.