Skip to content

Commit

Permalink
Update 0002_collections.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SalahAdDin authored Jan 29, 2018
1 parent 4f8efb7 commit 46e7147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtail_embed_videos/migrations/0002_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='embedvideo',
name='collection',
field=models.ForeignKey(default=wagtail.core.models.get_root_collection_id, on_delete=django.db.models.deletion.CASCADE, related_name='+', to='wagtailcore.Collection', verbose_name='collection'),
field=models.ForeignKey(default=wagtail.wagtailcore.models.get_root_collection_id, on_delete=django.db.models.deletion.CASCADE, related_name='+', to='wagtailcore.Collection', verbose_name='collection'),
),
migrations.AlterField(
model_name='embedvideo',
Expand Down

0 comments on commit 46e7147

Please sign in to comment.