mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 17:53:56 +02:00
Merge branch 'main' into za/1946-update-field-helper-text
This commit is contained in:
commit
143dd89c9d
39 changed files with 2138 additions and 450 deletions
|
@ -20,6 +20,7 @@ class HostIP(TimeStampedModel):
|
|||
blank=False,
|
||||
default=None, # prevent saving without a value
|
||||
validators=[validate_ipv46_address],
|
||||
verbose_name="IP address",
|
||||
)
|
||||
|
||||
host = models.ForeignKey(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue