0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Enabled autodoc on Page class

This commit is contained in:
Karl Hobley 2014-06-30 12:58:00 +01:00
parent 8b692ad3be
commit c1dcb09a4f

View File

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