1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6732 - Corrected model field definitions

This commit is contained in:
Daniel Sheppard
2021-10-29 14:26:19 -05:00
parent d3364ef4d1
commit 43b983054a
2 changed files with 3 additions and 3 deletions

View File

@ -75,8 +75,8 @@ class ASN(PrimaryModel):
asn = ASNField(
unique=True,
blank=True,
null=True,
blank=False,
null=False,
verbose_name='ASN',
help_text='32-bit autonomous system number'
)