Rename queryset reference and privacy pages

This commit is contained in:
Karl Hobley 2015-05-18 15:12:19 +01:00
parent d2d43dca0a
commit 29cd935dc3
3 changed files with 5 additions and 5 deletions

View file

@ -18,6 +18,6 @@ The presentation of your content, the actual webpages, includes the normal use o
editing_api
streamfield
sites
advanced_topics/queryset_methods
advanced_topics/private_pages
model_reference
queryset_reference
advanced_topics/privacy

View file

@ -1,6 +1,6 @@
=====================
Page QuerySet Methods
=====================
=======================
Page QuerySet reference
=======================
All models that inherit from :class:`~wagtail.wagtailcore.models.Page` are given some extra QuerySet methods accessible from their ``.objects`` attribute.