adopted a stray migration
This commit is contained in:
parent
3a02cb0035
commit
2cc894e9a4
20
news/migrations/0005_auto_20160618_1902.py
Normal file
20
news/migrations/0005_auto_20160618_1902.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.2 on 2016-06-18 19:02
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('news', '0004_auto_20160610_1743'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='newsitem',
|
||||
name='slug',
|
||||
field=models.SlugField(blank=True, max_length=255),
|
||||
),
|
||||
]
|
Loading…
Reference in a new issue