summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-04-29 20:35:22 -0400
committerTim Graham <timograham@gmail.com>2015-04-29 20:41:07 -0400
commitafae8ff916e85488a31384a681cd4d4fedea58b8 (patch)
tree185b9541c9f56d3122e4db55df9e5fc96daa8a46
parent8c58caaf9dbd2c8769f27133d70784c7d74791ce (diff)
[1.8.x] Fixed #24665 -- Clarified model field flag defaults.
Backport of 2b086229a2a6c786e32da37b6b122c2cc894450f from master
-rw-r--r--docs/ref/models/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 0804b8fbdd..ae3d4bb441 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -1912,7 +1912,7 @@ Attributes for fields with relations
These attributes are used to query for the cardinality and other details of a
relation. These attribute are present on all fields; however, they will only
-have meaningful values if the field is a relation type
+have boolean values (rather than ``None``) if the field is a relation type
(:attr:`Field.is_relation=True <Field.is_relation>`).
.. attribute:: Field.many_to_many