mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Updated migrations to account for extras/0017_exporttemplate_mime_type_length
This commit is contained in:
parent
c52d077f92
commit
8a1d7fdb37
@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('circuits', '0014_circuittermination_description'),
|
||||
('extras', '0017_tag_taggeditem'),
|
||||
('extras', '0018_tag_taggeditem'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0069_deprecate_nullablecharfield'),
|
||||
('extras', '0017_tag_taggeditem'),
|
||||
('extras', '0018_tag_taggeditem'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -9,7 +9,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
('extras', '0016_exporttemplate_add_cable'),
|
||||
('extras', '0017_exporttemplate_mime_type_length'),
|
||||
]
|
||||
|
||||
operations = [
|
@ -48,7 +48,7 @@ def delete_taggit_tags(apps, schema_editor):
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('extras', '0017_tag_taggeditem'),
|
||||
('extras', '0018_tag_taggeditem'),
|
||||
('circuits', '0015_custom_tag_models'),
|
||||
('dcim', '0070_custom_tag_models'),
|
||||
('ipam', '0025_custom_tag_models'),
|
@ -7,7 +7,7 @@ import utilities.fields
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('extras', '0018_tag_data'),
|
||||
('extras', '0019_tag_data'),
|
||||
]
|
||||
|
||||
operations = [
|
@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ipam', '0024_vrf_allow_null_rd'),
|
||||
('extras', '0017_tag_taggeditem'),
|
||||
('extras', '0018_tag_taggeditem'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('secrets', '0005_change_logging'),
|
||||
('extras', '0017_tag_taggeditem'),
|
||||
('extras', '0018_tag_taggeditem'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('tenancy', '0005_change_logging'),
|
||||
('extras', '0017_tag_taggeditem'),
|
||||
('extras', '0018_tag_taggeditem'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -8,7 +8,7 @@ class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('virtualization', '0008_virtualmachine_local_context_data'),
|
||||
('extras', '0017_tag_taggeditem'),
|
||||
('extras', '0018_tag_taggeditem'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
Loading…
Reference in New Issue
Block a user