feat: allow to exclude from check

This commit is contained in:
2025-06-20 19:06:41 +02:00
parent e7c2746eab
commit 3f27564075
3 changed files with 17 additions and 1 deletions

View File

@@ -205,6 +205,9 @@ class RescueOrganization(models.Model):
"""
return self.instagram or self.facebook or self.website or self.phone_number or self.email or self.fediverse_profile
def set_exclusion_from_checks(self):
self.exclude_from_check = True
self.save()
# Admins can perform all actions and have the highest trust associated with them