mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 09:43:54 +02:00
Update domain.py
This commit is contained in:
parent
2cd0224008
commit
736fe46ec3
1 changed files with 1 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
|
G) Activation is controlled by the registry. It will happen automatically when the
|
||||||
domain meets the required checks.
|
domain meets the required checks.
|
||||||
"""
|
"""
|
||||||
|
# test comment for pushing to sandbox - will remove
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
self._cache = {}
|
self._cache = {}
|
||||||
super(Domain, self).__init__(*args, **kwargs)
|
super(Domain, self).__init__(*args, **kwargs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue