Fix failing tests

This commit is contained in:
Seamus Johnston 2022-11-28 13:02:19 -06:00
parent 758c645943
commit 54b6b525b5
No known key found for this signature in database
GPG key ID: 2F21225985069105
6 changed files with 37 additions and 14 deletions

View file

@ -224,7 +224,8 @@ class Domain(TimeStampedModel):
(False, "No"),
],
default=False,
protected=True,
# TODO: how to edit models in Django admin if protected = True
protected=False,
help_text="Domain is live in the registry",
)