migrations

This commit is contained in:
CocoByte 2024-06-12 17:05:22 -06:00
parent c9c6890e7d
commit de926b1abb
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
7 changed files with 261 additions and 100 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