fix thumbnail issues + some cleanup
[redakcja.git] / apps / organizations / migrations / 0010_auto_20170216_1508.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.9.12 on 2017-02-16 15:08
3 from __future__ import unicode_literals
4
5 from django.db import migrations
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('organizations', '0009_auto_20170119_1321'),
12     ]
13
14     operations = [
15         migrations.RemoveField(
16             model_name='organization',
17             name='preview_html',
18         ),
19         migrations.RemoveField(
20             model_name='organization',
21             name='preview_html_pl',
22         ),
23         migrations.RemoveField(
24             model_name='usercard',
25             name='preview_html',
26         ),
27         migrations.RemoveField(
28             model_name='usercard',
29             name='preview_html_pl',
30         ),
31     ]