mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Rebuild migrations
This commit is contained in:
parent
38fe3d319f
commit
f30b54dae1
@ -7,8 +7,8 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0193_poweroutlet_color'),
|
||||
('ipam', '0073_vlantranslationpolicy_vlantranslationrule'),
|
||||
('dcim', '0194_charfield_null_choices'),
|
||||
('ipam', '0074_vlantranslationpolicy_vlantranslationrule'),
|
||||
]
|
||||
|
||||
operations = [
|
@ -487,6 +487,11 @@ class VLANTranslationRuleFilterForm(NetBoxModelFilterSetForm):
|
||||
FieldSet('policy', 'local_vid', 'remote_vid', name=_('Attributes')),
|
||||
)
|
||||
tag = TagFilterField(model)
|
||||
policy = DynamicModelMultipleChoiceField(
|
||||
queryset=VLANTranslationPolicy.objects.all(),
|
||||
required=False,
|
||||
label=_('VLAN Translation Policy')
|
||||
)
|
||||
|
||||
|
||||
class VLANFilterForm(TenancyFilterForm, NetBoxModelFilterSetForm):
|
||||
|
@ -11,7 +11,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('extras', '0121_customfield_related_object_filter'),
|
||||
('ipam', '0072_prefix_cached_relations'),
|
||||
('ipam', '0073_charfield_null_choices'),
|
||||
]
|
||||
|
||||
operations = [
|
@ -7,8 +7,8 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ipam', '0073_vlantranslationpolicy_vlantranslationrule'),
|
||||
('virtualization', '0040_convert_disk_size'),
|
||||
('ipam', '0074_vlantranslationpolicy_vlantranslationrule'),
|
||||
('virtualization', '0041_charfield_null_choices'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue
Block a user