We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1a71f8 + ed02540 commit 4258713Copy full SHA for 4258713
1 file changed
local_units/tasks.py
@@ -29,7 +29,6 @@ def send_local_unit_email(local_unit_id: int, new: bool = True):
29
get_local_unit_country_validators(instance)
30
or get_local_unit_region_validators(instance)
31
or get_local_unit_global_validators(instance)
32
- or User.objects.filter(is_superuser=True)
33
)
34
35
email_context = get_email_context(instance)
0 commit comments