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

Merge branch 'feature' into 3979-wireless

This commit is contained in:
jeremystretch
2021-10-14 16:30:28 -04:00
28 changed files with 246 additions and 49 deletions

View File

@@ -10,7 +10,7 @@ class Migration(migrations.Migration):
initial = True
dependencies = [
('dcim', '0136_rename_cable_peer'),
('dcim', '0137_rename_cable_peer'),
('extras', '0062_clear_secrets_changelog'),
('ipam', '0050_iprange'),
]