mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-29 11:04:49 +00:00
Rename queryset reference and privacy pages
This commit is contained in:
parent
d2d43dca0a
commit
29cd935dc3
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
Loading…
Reference in a new issue