django/tests/model_inheritance
Anssi Kääriäinen b065aeb17f 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.
2013-08-21 08:32:19 +03:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #20946 -- model inheritance + m2m failure 2013-08-21 08:32:19 +03:00
tests.py Fixed #20946 -- model inheritance + m2m failure 2013-08-21 08:32:19 +03:00