From c1dcb09a4fba9c0ba6c1b751126e7cd8c069d91c Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 30 Jun 2014 12:58:00 +0100 Subject: [PATCH] Enabled autodoc on Page class --- docs/building_your_site/djangodevelopers.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/building_your_site/djangodevelopers.rst b/docs/building_your_site/djangodevelopers.rst index 98c2e87a1b..726fdee67b 100644 --- a/docs/building_your_site/djangodevelopers.rst +++ b/docs/building_your_site/djangodevelopers.rst @@ -191,6 +191,10 @@ Page Properties and Methods Reference In addition to the model fields provided, ``Page`` has many properties and methods that you may wish to reference, use, or override in creating your own models. Those listed here are relatively straightforward to use, but consult the Wagtail source code for a full view of what's possible. +.. automodule:: wagtail.wagtailcore.models +.. autoclass:: Page + :members: + Properties: * specific