mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
updated django to 4.2.10 & linted
This commit is contained in:
parent
497d11c67c
commit
1e5f977208
31 changed files with 19 additions and 44 deletions
|
@ -4,11 +4,9 @@ from .utility.time_stamped_model import TimeStampedModel
|
|||
|
||||
|
||||
class UserDomainRole(TimeStampedModel):
|
||||
|
||||
"""This is a linking table that connects a user with a role on a domain."""
|
||||
|
||||
class Roles(models.TextChoices):
|
||||
|
||||
"""The possible roles are listed here.
|
||||
|
||||
Implementation of the named roles for allowing particular operations happens
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue