mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #8001: Correct verbose name for wireless LAN group model
This commit is contained in:
@@ -36,6 +36,7 @@ class Migration(migrations.Migration):
|
||||
options={
|
||||
'ordering': ('name', 'pk'),
|
||||
'unique_together': {('parent', 'name')},
|
||||
'verbose_name': 'Wireless LAN Group',
|
||||
},
|
||||
),
|
||||
migrations.CreateModel(
|
||||
|
Reference in New Issue
Block a user