Merge pull request #799 from maxthomas/fix-openapi-comment
[mygpo.git] / mygpo / podcasts / migrations / 0011_auto_20140614_1241.py
blob266dbf50a8165c56398915c07bed03e88adbe3b1
1 # encoding: utf8
4 from django.db import models, migrations
7 class Migration(migrations.Migration):
9 dependencies = [("podcasts", "0010_auto_20140614_1232")]
11 operations = [
12 migrations.AlterField(
13 model_name="podcast",
14 name="common_episode_title",
15 field=models.CharField(max_length=100, blank=True),