Fix PageQuerySet code overriding code snippet

pull/2208/head
Andrew Pryde 2016-02-08 16:03:11 +03:00
rodzic f7b7f2b164
commit e2601c30b8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)