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:
@ -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'
|
||||
)
|
||||
|
Reference in New Issue
Block a user