2017-10-24 23:04:22 -04:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# Generated by Django 1.11.6 on 2017-10-25 03:03
|
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
2023-08-10 02:52:37 -04:00
|
|
|
("entries", "0002_syndication"),
|
2017-10-24 23:04:22 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.RemoveField(
|
2023-08-10 02:52:37 -04:00
|
|
|
model_name="entry",
|
|
|
|
name="summary",
|
2017-10-24 23:04:22 -04:00
|
|
|
),
|
|
|
|
]
|