From afae8ff916e85488a31384a681cd4d4fedea58b8 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 29 Apr 2015 20:35:22 -0400 Subject: [PATCH] [1.8.x] Fixed #24665 -- Clarified model field flag defaults. Backport of 2b086229a2a6c786e32da37b6b122c2cc894450f from master --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `). .. attribute:: Field.many_to_many