remove log level attribute (#27162)

This commit is contained in:
Frédéric Péters 2018-11-19 15:01:04 +01:00
parent eafc15f87b
commit 8ca09ef0ca
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_montpellier_sig', '0003_auto_20170921_1213'),
]
operations = [
migrations.RemoveField(
model_name='montpelliersig',
name='log_level',
),
]