#36986: Add a hook to Serializer._value_from_field() for complex fields like
CompositePrimaryKey
-------------------------------------+-------------------------------------
     Reporter:  Tim Graham           |                    Owner:  Vishy
         Type:                       |  Algo
  Cleanup/optimization               |                   Status:  assigned
    Component:  Core                 |                  Version:  dev
  (Serialization)                    |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Comment (by Tim Graham):

 Not for the polymorphic fields, where each field value may be a model
 instance of a different class with different fields. The implementation in
 the description uses `obj._meta.local_fields` rather than getting the list
 of subfields from `field`.
-- 
Ticket URL: <https://code.djangoproject.com/ticket/36986#comment:5>
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 visit 
https://groups.google.com/d/msgid/django-updates/0107019d0d8279fc-e2de8366-f244-4c9d-a8b6-74c58158c46c-000000%40eu-central-1.amazonses.com.

Reply via email to