0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Fix name of ForeignKey object

This commit is contained in:
Philipp Dieter 2016-05-07 15:30:17 +02:00 committed by Tim Heap
parent b95cc1e687
commit d247fe9bf6

View File

@ -105,7 +105,7 @@ PageChooserPanel
class BookPage(Page):
publisher = models.ForeignKey(
related_page = models.ForeignKey(
'wagtailcore.Page',
null=True,
blank=True,