21 lines
515 B
Python
21 lines
515 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.10.5 on 2017-02-28 15:03
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('whoisdb', '0006_auto_20170228_1440'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='asblock',
|
|
name='mnt_lower',
|
|
field=models.ManyToManyField(blank=True, related_name='lower_asblock_set', to='whoisdb.Maintainer'),
|
|
),
|
|
]
|