mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-15 16:22:18 -06:00
This commit is contained in:
@@ -5,11 +5,11 @@ import taggit.managers
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('dcim', '0001_initial'),
|
||||
('dcim', '0001_squashed'),
|
||||
('contenttypes', '0002_remove_content_type_name'),
|
||||
('circuits', '0001_initial'),
|
||||
('extras', '0001_initial'),
|
||||
('tenancy', '0001_initial'),
|
||||
('circuits', '0001_squashed'),
|
||||
('extras', '0001_squashed'),
|
||||
('tenancy', '0001_squashed_0012'),
|
||||
]
|
||||
|
||||
replaces = [
|
||||
|
||||
@@ -15,8 +15,8 @@ class Migration(migrations.Migration):
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
('circuits', '0037_new_cabling_models'),
|
||||
('dcim', '0160_populate_cable_ends'),
|
||||
('circuits', '0003_squashed_0037'),
|
||||
('dcim', '0160_squashed_0166'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
||||
@@ -6,7 +6,7 @@ import utilities.fields
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('circuits', '0042_provideraccount'),
|
||||
('circuits', '0038_squashed_0042'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
||||
Reference in New Issue
Block a user