mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
Merge pull request #2208 from prydie/patch-1
Fix PageQuerySet code overriding code snippet
This commit is contained in:
commit
7b8fbf89da
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue