mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 12:33:17 +02:00
Fixed models and added migrations
This commit is contained in:
parent
cc2e24d451
commit
183c4cdeb7
7 changed files with 877 additions and 6 deletions
|
@ -108,7 +108,7 @@ class TransitionDomain(TimeStampedModel):
|
|||
blank=True,
|
||||
help_text="Email",
|
||||
)
|
||||
phone = models.PhoneNumberField(
|
||||
phone = PhoneNumberField(
|
||||
null=True,
|
||||
blank=True,
|
||||
help_text="Phone",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue