Skip to content

Commit e3f065 Breaks Custom Serializers for Custom QuerySets #1

@tdavis

Description

@tdavis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions