mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 09:45:23 +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(
|
||||
null=True,
|
||||
blank=True,
|
||||
unique=True,
|
||||
max_length=1000,
|
||||
help_text="Suborganization",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue