Merge both 0048 migrations

This commit is contained in:
Ludovic Stephan 2017-04-01 17:37:29 -03:00
parent 1eed2283f5
commit cce0411ee9

View file

@ -0,0 +1,15 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('kfet', '0048_article_hidden'),
('kfet', '0048_default_datetime'),
]
operations = [
]