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.