Kaydet (Commit) afae8ff9 authored tarafından Tim Graham's avatar Tim Graham

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

Backport of 2b086229 from master
üst 8c58caaf
...@@ -1912,7 +1912,7 @@ Attributes for fields with relations ...@@ -1912,7 +1912,7 @@ Attributes for fields with relations
These attributes are used to query for the cardinality and other details of a 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 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>`). (:attr:`Field.is_relation=True <Field.is_relation>`).
.. attribute:: Field.many_to_many .. attribute:: Field.many_to_many
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment