fix(itam): Add missing attribute Meta.verbose_name to "Device Software" model
ref: #248 #345 #346
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.2 on 2024-10-13 07:33
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('itam', '0007_alter_devicemodel_options'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='deviceoperatingsystem',
|
||||
options={'ordering': ['device'], 'verbose_name': 'Device Operating System', 'verbose_name_plural': 'Device Operating Systems'},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user