Skip to content

Commit

Permalink
Update 0071_bloglistingpage_listingpage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomax authored Jul 23, 2019
1 parent 94cc83e commit 51fe962
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Migration(migrations.Migration):
('search_image', models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='+', to='wagtailimages.Image', verbose_name='Search image')),
],
options={
'abstract': False,
'abstract': True,
},
bases=(wagtailmetadata.models.MetadataMixin, 'wagtailcore.page', models.Model),
),
Expand Down

0 comments on commit 51fe962

Please sign in to comment.