mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Fix failing tests
This commit is contained in:
parent
758c645943
commit
54b6b525b5
6 changed files with 37 additions and 14 deletions
|
@ -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",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue