Merge migrations (were conflicting)

This commit is contained in:
rdujardin 2016-08-03 11:09:20 +02:00
parent 7dafbae4bd
commit 50dc519a42

View File

@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.9.8 on 2016-08-03 09:06
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('ipam', '0007_prefix_ipaddress_add_tenant'),
('ipam', '0009_auto_20160728_0854'),
]
operations = [
]