mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
Reorder description comment for domain group
This commit is contained in:
parent
f60b79e13b
commit
60bbf5f0fc
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@ from .utility.time_stamped_model import TimeStampedModel
|
|||
|
||||
|
||||
class DomainGroup(TimeStampedModel):
|
||||
"""
|
||||
Organized group of domains.
|
||||
"""
|
||||
|
||||
class Meta:
|
||||
unique_together = [("name", "portfolio")]
|
||||
|
||||
"""
|
||||
Organized group of domains.
|
||||
"""
|
||||
name = models.CharField(
|
||||
unique=True,
|
||||
help_text="Domain group",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue