Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: b065aeb17f9daf395e22d4d5f9f49c0e2c7f4522
      
https://github.com/django/django/commit/b065aeb17f9daf395e22d4d5f9f49c0e2c7f4522
  Author: Anssi Kääriäinen <[email protected]>
  Date:   2013-08-20 (Tue, 20 Aug 2013)

  Changed paths:
    M django/db/models/fields/related.py
    M tests/model_inheritance/models.py
    M tests/model_inheritance/tests.py

  Log Message:
  -----------
  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.



-- 
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/52144e5a72c72_37f5dd1d5046895%40hookshot-fe2-pe1-prd.aws.github.net.mail.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to