summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-05-16 05:55:21 -0400
committerTim Graham <timograham@gmail.com>2013-05-16 08:09:20 -0400
commitb5b63079bd758c4492ab6b6935edec3346016f25 (patch)
treedf5bb6754ed308f888b5b6c68e57577b838207df /docs
parent0a29057ebea4335d503e373e4526b1c62c15bcdc (diff)
Fixed #19712 - Clarified admindocs regarding which attributes appear.
Thanks Daniele Procida for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/admindocs.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/ref/contrib/admin/admindocs.txt b/docs/ref/contrib/admin/admindocs.txt
index b3e26eca48..394d078e5b 100644
--- a/docs/ref/contrib/admin/admindocs.txt
+++ b/docs/ref/contrib/admin/admindocs.txt
@@ -57,9 +57,10 @@ Model reference
===============
The **models** section of the ``admindocs`` page describes each model in the
-system along with all the fields and methods available on it. Relationships to
-other models appear as hyperlinks. Descriptions are pulled from ``help_text``
-attributes on fields or from docstrings on model methods.
+system along with all the fields and methods (without any arguments) available
+on it. While model properties don't have any arguments, they are not listed.
+Relationships to other models appear as hyperlinks. Descriptions are pulled
+from ``help_text`` attributes on fields or from docstrings on model methods.
A model with useful documentation might look like this::