dynamicweb/ungleich_page/migrations/0004_auto_20171017_1519.py

22 lines
516 B
Python
Raw Normal View History

2017-10-17 15:52:01 +00:00
# -*- coding: utf-8 -*-
# Generated by Django 1.9.4 on 2017-10-17 15:19
from __future__ import unicode_literals
import djangocms_text_ckeditor.fields
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('ungleich_page', '0003_ungelichtextsection'),
]
operations = [
migrations.AlterField(
model_name='ungelichtextsection',
name='description',
field=djangocms_text_ckeditor.fields.HTMLField(),
),
]