pull/1719/head
Nick Smith 2015-09-23 09:42:50 +01:00
rodzic dea22d8fe0
commit 536c8cd203
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -118,7 +118,7 @@ Page custom managers
objects = EventPageQuerySet.as_manager() # will not work
To use a custom manager you must choose a different attribute name. Make sure to subclass ``wagtail.wagtailcor.models.PageManager``.
To use a custom manager you must choose a different attribute name. Make sure to subclass ``wagtail.wagtailcore.models.PageManager``.
.. code-block:: python