1
0
mirror of https://github.com/django/django.git synced 2025-01-27 02:29:55 +00:00

[1.8.x] Fixed #24665 -- Clarified model field flag defaults.

Backport of 2b086229a2a6c786e32da37b6b122c2cc894450f from master
This commit is contained in:
Tim Graham 2015-04-29 20:35:22 -04:00
parent 8c58caaf9d
commit afae8ff916

View File

@ -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