#31956: QuerySet.order_by() chained with values() crashes on JSONField with a
custom decoder on PostgreSQL.
-------------------------------------+-------------------------------------
     Reporter:  Marc DEBUREAUX       |                    Owner:  felixxm
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  3.1
  (models, ORM)                      |
     Severity:  Release blocker      |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by felixxm):

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


Comment:

 Please don't reopen closed tickets. You should create a new ticket if you
 want to report a regression. Moreover we're aware of this behavior change.
 Is there any reason to use a row cursor and SQL instead of the ORM? You
 can always use `json.loads()` on fetched data.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31956#comment:10>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.648289d320c1e55505e49c27c0e75e9c%40djangoproject.com.

Reply via email to