Changelog and migrations fix for #4615

This commit is contained in:
Jeremy Stretch
2020-06-11 13:42:20 -04:00
parent 7c5a8c959d
commit d00371c36c
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
dependencies = [
('extras', '0042_customfield_manager'),
('dcim', '0106_role_default_color'),
('dcim', '0107_component_labels'),
]
operations = [