From ee837dedc55ce4f17b8c4ff9e1ae63165c509b35 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Sat, 28 Jan 2017 00:11:52 +0000 Subject: [PATCH] in Page reference docs, don't tell people to consult source code (#3303) Stylistically this sentence is somewhat content-free (if the API is really "relatively straightforward", users can see that for themselves rather than us informing them of that fact...), and we don't want to encourage people to use undocumented methods (because we can't guarantee that the API for them will remain stable). --- docs/reference/pages/model_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/pages/model_reference.rst b/docs/reference/pages/model_reference.rst index 5d9e1bd1a8..d99d2d44c2 100644 --- a/docs/reference/pages/model_reference.rst +++ b/docs/reference/pages/model_reference.rst @@ -85,7 +85,7 @@ Database fields 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. Those listed here are relatively straightforward to use, but consult the Wagtail source code for a full view of what's possible. +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. .. class:: Page