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:
parent
b95cc1e687
commit
d247fe9bf6
@ -105,7 +105,7 @@ PageChooserPanel
|
||||
|
||||
|
||||
class BookPage(Page):
|
||||
publisher = models.ForeignKey(
|
||||
related_page = models.ForeignKey(
|
||||
'wagtailcore.Page',
|
||||
null=True,
|
||||
blank=True,
|
||||
|
Loading…
Reference in New Issue
Block a user