#31843: django.db.models.query.Row is not pickleable.
-------------------------------------+-------------------------------------
     Reporter:  Vitaliy Yelnik       |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  3.0
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:  pickle namedtuple    |             Triage Stage:  Accepted
  values_list                        |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Davit Tovmasyan):

 In addition to the data contained in the instances, pickle also stores a
 string reference to the original class. This means that `Row` tuple class
 should be in `query` module globals so pickle can find the reference. But
 besides that, it should have different class names for each model and for
 each list of values.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31843#comment:2>
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/063.9e334809e2ad0e99bc06eea05ebe9999%40djangoproject.com.

Reply via email to