mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
add note about django-treebeard api
This commit is contained in:
parent
345b527ca2
commit
48b6a1b067
@ -101,6 +101,11 @@ Methods and properties
|
||||
|
||||
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.
|
||||
|
||||
.. note::
|
||||
|
||||
See also `django-treebeard <http://django-treebeard.readthedocs.io/en/latest/index.html>`_'s `node API <http://django-treebeard.readthedocs.io/en/latest/api.html>`_. ``Page`` is a subclass of `materialized path tree <http://django-treebeard.readthedocs.io/en/latest/mp_tree.html>`_ nodes.
|
||||
|
||||
|
||||
.. class:: Page
|
||||
|
||||
.. autoattribute:: specific
|
||||
|
Loading…
Reference in New Issue
Block a user