mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-13 14:35:14 +02:00
model/migration fix
This commit is contained in:
parent
1cb6dda7fb
commit
87a9a3f9d6
4 changed files with 9 additions and 22 deletions
|
@ -43,7 +43,8 @@ class Portfolio(TimeStampedModel):
|
|||
on_delete=models.PROTECT,
|
||||
help_text="Associated senior official",
|
||||
unique=False,
|
||||
default=FederalAgency.get_non_federal_agency,
|
||||
null=True,
|
||||
blank=True
|
||||
)
|
||||
|
||||
organization_type = models.CharField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue