[Core] remove unused classes
[mygpo.git] / mygpo / podcasts / migrations / 0004_auto_20140610_1800.py
blob231afbf13ac3fbced82596b91e60a2fd4421911b
1 # encoding: utf8
2 from __future__ import unicode_literals
4 from django.db import models, migrations
7 class Migration(migrations.Migration):
9 dependencies = [
10 ('podcasts', '0003_auto_20140610_1752'),
13 operations = [
14 migrations.AlterField(
15 model_name='podcast',
16 name='author',
17 field=models.CharField(max_length=150, null=True, blank=True),
19 migrations.AlterField(
20 model_name='episode',
21 name='author',
22 field=models.CharField(max_length=150, null=True, blank=True),