django1/django/db/models/fields
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 Fixed #20649 -- Allowed blank field display to be defined in the initial list of choices. 2013-07-31 14:12:03 -04:00
files.py Fixed #20348 -- Consistently handle Promise objects in model fields. 2013-07-31 15:54:17 +03:00
proxy.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
related.py Fixed #20946 -- model inheritance + m2m failure 2013-08-21 08:32:19 +03:00
subclassing.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00