#24665: Model field relational attributes are None by default, not False
-------------------------------------+-------------------------------------
     Reporter:  MarkusH              |                    Owner:  honya121
         Type:  Bug                  |                   Status:  assigned
    Component:  Database layer       |                  Version:  1.8
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by timgraham):

 {{{
 #!diff
 diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
 index 01ff654..f8144c1 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
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/24665#comment:12>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.76faa857a7f8699ee9bb4c00d51dcae8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to