remove log level attribute (#27162)

This commit is contained in:
Frédéric Péters 2018-11-19 14:55:02 +01:00
parent 454fa9da4d
commit c5e4e155f0
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 = [
('grandlyon_elyx', '0004_auto_20181113_0854'),
]
operations = [
migrations.RemoveField(
model_name='grandlyonelyx',
name='log_level',
),
]