1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Changelog and migrations fix for #4615

This commit is contained in:
Jeremy Stretch
2020-06-11 13:42:20 -04:00
parent 9b48a26aef
commit 7a54bd9f2a
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 = [