mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 17:00:02 +02:00
Update src/registrar/models/user_portfolio_permission.py
Co-authored-by: Alysia Broddrick <109625347+abroddrick@users.noreply.github.com>
This commit is contained in:
parent
1fa80e8193
commit
6849f13e6c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class UserPortfolioPermission(TimeStampedModel):
|
|||
user = models.ForeignKey(
|
||||
"registrar.User",
|
||||
null=False,
|
||||
# when a portfolio is deleted, permissions are too
|
||||
# when a user is deleted, permissions are too
|
||||
on_delete=models.CASCADE,
|
||||
related_name="portfolio_permissions",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue