Update descriptions of DomainGroup and Suborg

This commit is contained in:
Erin 2024-06-20 14:42:27 -07:00
parent b48802e0d7
commit 0a80cb1c62
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ class DomainGroup(TimeStampedModel):
unique_together = [("name", "portfolio")]
"""
TODO: Write DomainGroup description
Organized group of domains.
"""
name = models.CharField(
null=True,

View file

@ -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,