mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-19 07:54:16 +02:00
Remove blank/null option and add max length to Suborg
This commit is contained in:
parent
c220a8a9ac
commit
53991c127c
1 changed files with 1 additions and 2 deletions
|
@ -8,9 +8,8 @@ class Suborganization(TimeStampedModel):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
name = models.CharField(
|
name = models.CharField(
|
||||||
null=True,
|
|
||||||
blank=True,
|
|
||||||
unique=True,
|
unique=True,
|
||||||
|
max_length=1000,
|
||||||
help_text="Suborganization",
|
help_text="Suborganization",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue