MattBroach / DjangoRestMultipleModels

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

Add filter fixed #7

Closed Symmetric closed 8 years ago

Symmetric commented 8 years ago

Apologies on the radio-silence on the previous PR; I discovered that the code wasn't quite right, and the following one-liner was needed to get the filter to apply. Any chance you can merge this in too? Cheers.

Didn't have time to look at UTs I'm afraid...

MattBroach commented 8 years ago

Ran the tests just to make sure nothing else broke, and it looks good! Thanks for fix!