|
@@ -1,5 +1,5 @@
|
|
# -*- coding: utf-8 -*-
|
|
# -*- coding: utf-8 -*-
|
|
-# Generated by Django 1.11.4 on 2017-08-29 17:49
|
|
|
|
|
|
+# Generated by Django 1.11.4 on 2017-08-31 14:15
|
|
from __future__ import unicode_literals
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
from django.db import migrations, models
|
|
from django.db import migrations, models
|
|
@@ -12,9 +12,9 @@ class Migration(migrations.Migration):
|
|
initial = True
|
|
initial = True
|
|
|
|
|
|
dependencies = [
|
|
dependencies = [
|
|
- ('tenancy', '0003_unicode_literals'),
|
|
|
|
('ipam', '0018_remove_service_uniqueness_constraint'),
|
|
('ipam', '0018_remove_service_uniqueness_constraint'),
|
|
- ('dcim', '0041_napalm_integration'),
|
|
|
|
|
|
+ ('dcim', '0043_device_component_name_lengths'),
|
|
|
|
+ ('tenancy', '0003_unicode_literals'),
|
|
]
|
|
]
|
|
|
|
|
|
operations = [
|
|
operations = [
|