Skip to content

Commit

Permalink
Merge pull request #2208 from prydie/patch-1
Browse files Browse the repository at this point in the history
Fix PageQuerySet code overriding code snippet
  • Loading branch information
gasman committed Feb 8, 2016
2 parents f7b7f2b + e2601c3 commit 7b8fbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/pages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7b8fbf8

Please sign in to comment.