mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 03:30:50 +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):
|
class DomainGroup(TimeStampedModel):
|
||||||
|
"""
|
||||||
|
Organized group of domains.
|
||||||
|
"""
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
unique_together = [("name", "portfolio")]
|
unique_together = [("name", "portfolio")]
|
||||||
|
|
||||||
"""
|
|
||||||
Organized group of domains.
|
|
||||||
"""
|
|
||||||
name = models.CharField(
|
name = models.CharField(
|
||||||
unique=True,
|
unique=True,
|
||||||
help_text="Domain group",
|
help_text="Domain group",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue