djangocms_blog/djangocms_blog/migrations/0030_auto_20170509_1831.py

22 lines
569 B
Python
Raw Permalink Normal View History

2017-05-09 13:03:18 +00:00
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-07-22 05:28
2017-05-09 13:03:18 +00:00
from __future__ import unicode_literals
from django.db import migrations
import djangocms_blog.fields
2017-05-09 13:03:18 +00:00
class Migration(migrations.Migration):
dependencies = [
2017-06-06 03:50:37 +00:00
('djangocms_blog', '0029_post_related'),
2017-05-09 13:03:18 +00:00
]
operations = [
migrations.AlterField(
model_name='posttranslation',
name='slug',
field=djangocms_blog.fields.AutoSlugField(allow_unicode=True, blank=True, db_index=False, max_length=255, verbose_name='slug'),
2017-05-09 13:03:18 +00:00
),
]