remove log level attribute (#27162)

This commit is contained in:
Frédéric Péters 2018-11-19 14:59:34 +01:00
parent ebfd5c7e09
commit efaf1be78c
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.12 on 2018-11-19 13:51
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('passerelle_imio_liege_rn', '0002_auto_20180111_0850'),
]
operations = [
migrations.RemoveField(
model_name='imioliegern',
name='log_level',
),
]