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

Update migrations

This commit is contained in:
Jeremy Stretch
2019-04-09 14:22:45 -04:00
parent 71b674d11a
commit f1d1e8b537
10 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ import taggit.managers
class Migration(migrations.Migration):
dependencies = [
('extras', '0020_add_color_comments_changelog_to_tag'),
('extras', '0021_add_color_comments_changelog_to_tag'),
('dcim', '0071_device_components_add_description'),
]