[Core] remove unused classes
[mygpo.git] / mygpo / podcasts / migrations / 0015_auto_20140616_1105.py
blob8f6cd5d00c98f6935cc60e64c6526bf5954f5e18
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', '0016_restrictions_notnull'),
13 operations = [
14 migrations.AlterField(
15 model_name='podcast',
16 name='author',
17 field=models.CharField(max_length=350, null=True, blank=True),
19 migrations.AlterField(
20 model_name='episode',
21 name='author',
22 field=models.CharField(max_length=350, null=True, blank=True),