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

refactor tag migrations and add changelog fields to tag

This commit is contained in:
John Anderson
2019-02-22 01:32:31 -05:00
parent fba6d28603
commit b9d11aa4ca
11 changed files with 90 additions and 76 deletions

View File

@@ -8,7 +8,7 @@ class Migration(migrations.Migration):
dependencies = [
('secrets', '0005_change_logging'),
('extras', '0018_rename_tag_tables'),
('extras', '0017_tag_taggeditem'),
]
operations = [