One of my models uses a custom QuerySet and Manager. When I return a SerializableResponse of "CustomQuerySet", my object serializer is ignored and instead a response is returned like:
<customqueryset>
<field1>val1</field1>
<field2>val2</field2>
...
</customqueryset>
This was not the case prior to the latest commit; reverting to the previous commit fixed the issue.