mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
updated linter length; linter reformatted several files
This commit is contained in:
parent
f0636013e0
commit
c760417e6a
65 changed files with 550 additions and 1727 deletions
|
@ -44,7 +44,5 @@ class UserDomainRole(TimeStampedModel):
|
|||
constraints = [
|
||||
# a user can have only one role on a given domain, that is, there can
|
||||
# be only a single row with a certain (user, domain) pair.
|
||||
models.UniqueConstraint(
|
||||
fields=["user", "domain"], name="unique_user_domain_role"
|
||||
)
|
||||
models.UniqueConstraint(fields=["user", "domain"], name="unique_user_domain_role")
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue