mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-22 16:58:49 +02:00
#6732 - ASN should be unique
This commit is contained in:
@@ -74,6 +74,7 @@ class RIR(OrganizationalModel):
|
||||
class ASN(PrimaryModel):
|
||||
|
||||
asn = ASNField(
|
||||
unique=True,
|
||||
blank=True,
|
||||
null=True,
|
||||
verbose_name='ASN',
|
||||
|
||||
Reference in New Issue
Block a user