mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Merge pull request #2208 from prydie/patch-1
Fix PageQuerySet code overriding code snippet
This commit is contained in:
commit
7b8fbf89da
@ -474,4 +474,4 @@ Alternately, if you only need to add extra ``QuerySet`` methods, you can inherit
|
||||
class EventPage(Page):
|
||||
start_date = models.DateField()
|
||||
|
||||
objects = PageManager.from_queryset(EventQuerySet)
|
||||
objects = PageManager.from_queryset(EventPageQuerySet)
|
||||
|
Loading…
Reference in New Issue
Block a user