diff options
| author | Tim Graham <timograham@gmail.com> | 2015-04-29 20:35:22 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-29 20:35:22 -0400 |
| commit | 2b086229a2a6c786e32da37b6b122c2cc894450f (patch) | |
| tree | 83ca7ce79c0e28aea61e049780543295247b774c /docs | |
| parent | 31e6c9c8e310e68a96c1f76b9657242c6cecaa4d (diff) | |
Fixed #24665 -- Clarified model field flag defaults.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 01ff654353..f8144c1f34 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -1883,7 +1883,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 |
