Skip to content

UpdateIndexAction.objects.all() should not return PartialUpdateIndexActions  #27

@codekiln

Description

@codekiln

Currently, UpdateIndexAction.objects.all() may return results for PartialUpdateIndexAction, because the Manager class isn't defined for PartialUpdateIndexAction in a way that specifies what the action should be.

This task is to ensure all IndexAction subtypes have their own manager class which returns only members of their own action type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions