Add basic django-meta support to entries too
This commit is contained in:
parent
eaf84459ff
commit
0d520c0fd8
3 changed files with 38 additions and 3 deletions
19
entries/migrations/0003_remove_entry_summary.py
Normal file
19
entries/migrations/0003_remove_entry_summary.py
Normal file
|
@ -0,0 +1,19 @@
|
|||
# -*- 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 = [
|
||||
('entries', '0002_syndication'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='entry',
|
||||
name='summary',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue