mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Model updates and cleanup of comments
This commit is contained in:
parent
2c96eebc6f
commit
42efc73722
5 changed files with 17 additions and 25 deletions
|
@ -304,7 +304,7 @@ class DomainRequest(TimeStampedModel):
|
|||
)
|
||||
|
||||
# portfolio
|
||||
portfolio = models.OneToOneField(
|
||||
portfolio = models.ForeignKey(
|
||||
"registrar.Portfolio",
|
||||
on_delete=models.PROTECT,
|
||||
null=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue