model/migration fix

This commit is contained in:
CocoByte 2024-06-21 13:32:33 -06:00
parent 1cb6dda7fb
commit 87a9a3f9d6
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
4 changed files with 9 additions and 22 deletions

View file

@ -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(