You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: