mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
migrations
This commit is contained in:
parent
c9c6890e7d
commit
de926b1abb
7 changed files with 261 additions and 100 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue