django1/django/db
Anssi Kääriäinen 244e2b71f5 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 22:32:04 +01:00
..
backends Oracle also treats NULLs as largests values when ordering. 2013-08-21 22:32:03 +01:00
migrations Change autodetector changes API to be just one method 2013-08-21 22:25:15 +01:00
models Fixed #20946 -- model inheritance + m2m failure 2013-08-21 22:32:04 +01:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
utils.py Merge remote-tracking branch 'core/master' into schema-alteration 2013-08-09 14:17:30 +01:00