Merge branch 'main' into za/1911-fill-new-org-type-column

This commit is contained in:
zandercymatics 2024-04-09 14:38:36 -06:00
commit d1b85e9ca9
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 17 additions and 0 deletions

View file

@ -5,6 +5,11 @@ logger = logging.getLogger(__name__)
class UserGroup(Group):
"""
UserGroup sets read and write permissions for superusers (who have full access)
and analysts. For more details, see the dev docs for user-permissions.
"""
class Meta:
verbose_name = "User group"
verbose_name_plural = "User groups"