mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#6732 - Swap ASN M2M to Site model and update some templates/filters
This commit is contained in:
@@ -195,6 +195,11 @@ class Site(PrimaryModel):
|
||||
verbose_name='ASN',
|
||||
help_text='32-bit autonomous system number'
|
||||
)
|
||||
asns = models.ManyToManyField(
|
||||
to='ipam.ASN',
|
||||
related_name='sites',
|
||||
blank=True
|
||||
)
|
||||
time_zone = TimeZoneField(
|
||||
blank=True
|
||||
)
|
||||
|
Reference in New Issue
Block a user