mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Cleanup, add comment
This commit is contained in:
parent
736fe46ec3
commit
a87519e615
3 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
G) Activation is controlled by the registry. It will happen automatically when the
|
||||
domain meets the required checks.
|
||||
"""
|
||||
# test comment for pushing to sandbox - will remove
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self._cache = {}
|
||||
super(Domain, self).__init__(*args, **kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue