mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 10:16:13 +02:00
Add initial straightforward field renames
This commit is contained in:
parent
25dfe81f10
commit
ed517aa258
9 changed files with 27 additions and 12 deletions
|
@ -21,6 +21,7 @@ class Host(TimeStampedModel):
|
|||
blank=False,
|
||||
default=None, # prevent saving without a value
|
||||
unique=False,
|
||||
verbose_name="Host name",
|
||||
help_text="Fully qualified domain name",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue