summaryrefslogtreecommitdiff
path: root/app/unused_apps/daily/migrations/0005_remove_daily_slug.py
blob: 8a896ba919217d262806dc5f3df75d549f642106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2016-01-19 13:38
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('daily', '0004_auto_20160119_1223'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='daily',
            name='slug',
        ),
    ]