#20946: Clean up related field foreign value fetching implementation
-------------------------------------+-------------------------------------
     Reporter:  akaariai             |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |                  Version:  1.5
    Component:  Database layer       |               Resolution:  fixed
  (models, ORM)                      |             Triage Stage:  Accepted
     Severity:  Normal               |      Needs documentation:  0
     Keywords:                       |  Patch needs improvement:  0
    Has patch:  0                    |                    UI/UX:  0
  Needs tests:  0                    |
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by Anssi Kääriäinen <akaariai@…>):

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


Comment:

 In [changeset:"b065aeb17f9daf395e22d4d5f9f49c0e2c7f4522"]:
 {{{
 #!CommitTicketReference repository=""
 revision="b065aeb17f9daf395e22d4d5f9f49c0e2c7f4522"
 Fixed #20946 -- model inheritance + m2m failure

 Cleaned up the internal implementation of m2m fields by removing
 related.py _get_fk_val(). The _get_fk_val() was doing the wrong thing
 if asked for the foreign key value on foreign key to parent model's
 primary key when child model had different primary key field.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20946#comment:1>
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/066.f4812ab20e80d278d92b1fcd314602f5%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to