Skip to content

Using the "deleted" field in Filter does not seem to work #81

@us24man

Description

@us24man

When using the filter method the "deleted__isnull" is not working. I have foreign key relations in the table which are already not handled by default. So i tried to handle it manually via the filter method.
count = feed.service.filter(deleted__isnull=True).count()
The deleted field is showing up in the table and the deleted method does soft delete the record.

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