a85062cb2aa52a4c416d60328b5c2beb6e6d1f30
[redakcja.git] / src / catalogue / migrations / 0002_auto_20190307_1543.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.11.20 on 2019-03-07 15:43
3 from __future__ import unicode_literals
4
5 from django.db import migrations
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('catalogue', '0001_initial'),
12     ]
13
14     operations = [
15         migrations.RemoveField(
16             model_name='book',
17             name='_short_html',
18         ),
19         migrations.RemoveField(
20             model_name='chunk',
21             name='_short_html',
22         ),
23         migrations.RemoveField(
24             model_name='image',
25             name='_short_html',
26         ),
27     ]