Merge branch 'main' into za/1946-update-field-helper-text

This commit is contained in:
zandercymatics 2024-04-22 15:06:21 -06:00
commit 143dd89c9d
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
39 changed files with 2138 additions and 450 deletions

View file

@ -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(