aleksis/core/forms.py: Weird phrase in ValidationError()
if not cleaned_data.get("objects") and not cleaned_data.get("all_objects"):
raise ValidationError(
_("You must grant the permission to all objects and/" "or to some objects.")
)
This 'and/" "or' phrase looks weird and does not make much sense. What is exactly meant here?