[Core] remove unused classes
[mygpo.git] / mygpo / podcasts / migrations / 0010_auto_20140614_1232.py
blob8a6266fbc7791b4a7a05dd7208c5fd3a7c1c3c4b
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', '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),