model updates

This commit is contained in:
CocoByte 2024-06-12 15:47:13 -06:00
parent 1e98ba38b9
commit c9c6890e7d
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
4 changed files with 35 additions and 67 deletions

View file

@ -287,14 +287,14 @@ class DomainRequest(TimeStampedModel):
)
# portfolio
portfolio = models.OneToOneField(
"registrar.Portfolio",
on_delete=models.PROTECT,
null=True,
blank=True,
related_name="DomainInformation_portfolio",
help_text="Portfolio associated with this domain",
)
# portfolio = models.OneToOneField(
# "registrar.Portfolio",
# on_delete=models.PROTECT,
# null=True,
# blank=True,
# related_name="DomainInformation_portfolio",
# help_text="Portfolio associated with this domain",
# )
# This is the domain request user who created this domain request. The contact
# information that they gave is in the `submitter` field