remove log level attribute (#27162)

This commit is contained in:
Frédéric Péters 2018-12-14 14:37:51 +01:00
parent d063888297
commit a9eda43a76
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.12 on 2018-12-14 13:37
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('passerelle_imio_ts1_datasources', '0006_auto_20180301_1615'),
]
operations = [
migrations.RemoveField(
model_name='imiots1datasources',
name='log_level',
),
migrations.AlterField(
model_name='destinationterm',
name='slug',
field=models.CharField(editable=False, max_length=100),
),
]