mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
Remove blank and null options from Domain Group
This commit is contained in:
parent
53991c127c
commit
5712596d19
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@ class DomainGroup(TimeStampedModel):
|
|||
Organized group of domains.
|
||||
"""
|
||||
name = models.CharField(
|
||||
null=True,
|
||||
blank=True,
|
||||
unique=True,
|
||||
help_text="Domain group",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue