Run 2to3-3.4
[mygpo.git] / mygpo / podcasts / migrations / 0010_auto_20140614_1232.py
blob04af35aaa92d1af59dad81410969ed080a8e43d9
1 # encoding: utf8
4 from django.db import models, migrations
7 class Migration(migrations.Migration):
9 dependencies = [
10 ('podcasts', '0009_auto_20140614_1231'),
13 operations = [
14 migrations.AlterField(
15 model_name='podcast',
16 name='author',
17 field=models.CharField(max_length=250, null=True, blank=True),
19 migrations.AlterField(
20 model_name='episode',
21 name='author',
22 field=models.CharField(max_length=250, null=True, blank=True),