mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Update descriptions of DomainGroup and Suborg
This commit is contained in:
parent
b48802e0d7
commit
0a80cb1c62
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ class DomainGroup(TimeStampedModel):
|
|||
unique_together = [("name", "portfolio")]
|
||||
|
||||
"""
|
||||
TODO: Write DomainGroup description
|
||||
Organized group of domains.
|
||||
"""
|
||||
name = models.CharField(
|
||||
null=True,
|
||||
|
|
|
@ -5,7 +5,7 @@ from registrar.models.portfolio import Portfolio
|
|||
|
||||
class Suborganization(TimeStampedModel):
|
||||
"""
|
||||
TODO: Write DomainGroup description
|
||||
Suborganization under an organization (portfolio)
|
||||
"""
|
||||
name = models.CharField(
|
||||
null=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue