remove log level attribute (#27162)

This commit is contained in:
Frédéric Péters 2018-11-19 14:56:22 +01:00
parent 3bcf749c5f
commit 3e452e6a89
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_extra_fees', '0003_auto_20180305_1152'),
]
operations = [
migrations.RemoveField(
model_name='extrafees',
name='log_level',
),
]