mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Admin UI improvements
This commit is contained in:
@ -21,6 +21,7 @@ class Migration(migrations.Migration):
|
||||
'proxy': True,
|
||||
'indexes': [],
|
||||
'constraints': [],
|
||||
'verbose_name': 'Group',
|
||||
},
|
||||
bases=('auth.group',),
|
||||
managers=[
|
||||
@ -35,6 +36,7 @@ class Migration(migrations.Migration):
|
||||
'proxy': True,
|
||||
'indexes': [],
|
||||
'constraints': [],
|
||||
'verbose_name': 'User',
|
||||
},
|
||||
bases=('auth.user',),
|
||||
managers=[
|
||||
|
Reference in New Issue
Block a user