#6732 - ASN should be unique

This commit is contained in:
Daniel Sheppard
2021-10-28 10:04:12 -05:00
parent 9b5f45aee1
commit 96565c31d9
2 changed files with 20 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ class RIR(OrganizationalModel):
class ASN(PrimaryModel):
asn = ASNField(
unique=True,
blank=True,
null=True,
verbose_name='ASN',