Repository URL to install this package:
Version:
2.4.1b3 ▾
|
# -*- coding: utf-8 -*-
# Generated by Django 1.9.4 on 2016-04-27 22:39
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('wagtailcore', '0028_merge'),
]
operations = [
migrations.AlterField(
model_name='page',
name='slug',
field=models.SlugField(allow_unicode=True, help_text='The name of the page as it will appear in URLs e.g http://domain.com/blog/[my-slug]/', max_length=255, verbose_name='slug'),
),
]