#20348: Consistently handle `Promise` objects assigned to model fields.
-------------------------------------+-------------------------------------
     Reporter:  mrmachine            |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |               Resolution:  fixed
     Severity:  Normal               |             Triage Stage:  Ready for
     Keywords:                       |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Anssi Kääriäinen <akaariai@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"31e6d58d46894ca35080b4eab7967e4c6aae82d4"]:
 {{{
 #!CommitTicketReference repository=""
 revision="31e6d58d46894ca35080b4eab7967e4c6aae82d4"
 Fixed #20348 -- Consistently handle Promise objects in model fields.

 All Promise objects were passed to force_text() deep in ORM query code.
 Not only does this make it difficult or impossible for developers to
 prevent or alter this behaviour, but it is also wrong for non-text
 fields.

 This commit changes `Field.get_prep_value()` from a no-op to one that
 resolved Promise objects. All subclasses now call super() method first
 to ensure that they have a real value to work with.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20348#comment:4>
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/067.68e3e2594d338b4374aa861416034523%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to