Merge pull request #793 from gpodder/remove-advertise
[mygpo.git] / mygpo / podcasts / migrations / 0007_auto_20140614_0846.py
blob8e285d1afac86eb521f93de891783b3692d014ba
1 # encoding: utf8
4 from django.db import models, migrations
7 class Migration(migrations.Migration):
9 dependencies = [("podcasts", "0006_auto_20140614_0836")]
11 operations = [
12 migrations.AlterField(
13 model_name="episode",
14 name="guid",
15 field=models.CharField(max_length=200, null=True),