mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 12:33:17 +02:00
change organization_type to generic_org_type
This commit is contained in:
parent
357ccf0b5b
commit
cb9808594f
29 changed files with 204 additions and 176 deletions
|
@ -49,7 +49,7 @@ class TransitionDomain(TimeStampedModel):
|
|||
verbose_name="Processed",
|
||||
help_text="Indicates whether this TransitionDomain was already processed",
|
||||
)
|
||||
organization_type = models.CharField(
|
||||
generic_org_type = models.CharField(
|
||||
max_length=255,
|
||||
null=True,
|
||||
blank=True,
|
||||
|
@ -147,7 +147,7 @@ class TransitionDomain(TimeStampedModel):
|
|||
f"username: {self.username}, \n"
|
||||
f"status: {self.status}, \n"
|
||||
f"email sent: {self.email_sent}, \n"
|
||||
f"organization type: {self.organization_type}, \n"
|
||||
f"organization type: {self.generic_org_type}, \n"
|
||||
f"organization_name: {self.organization_name}, \n"
|
||||
f"federal_type: {self.federal_type}, \n"
|
||||
f"federal_agency: {self.federal_agency}, \n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue