Run 2to3-3.4
[mygpo.git] / mygpo / podcasts / migrations / 0013_auto_20140615_0903.py
bloba05abfc7a16cbe4265389e72465dd13ff4b78630
1 # encoding: utf8
4 from django.db import models, migrations
7 class Migration(migrations.Migration):
9 dependencies = [
10 ('podcasts', '0012_podcast_update_interval'),
13 operations = [
14 migrations.AlterField(
15 model_name='episode',
16 name='mimetypes',
17 field=models.CharField(max_length=100),