django/tests/regressiontests/many_to_one_regress
Anssi Kääriäinen 8a99d718f7 [1.5.x] Fixed empty strings + to_field regression on Oracle
Querying the reverse side of nullable to_field relation, where both
sides can contain null values resulted in incorrect results. The reason
was not detecting '' as NULL.

Refs #17541, backpatch of 09fcb70c80.
2013-02-23 00:09:48 +02:00
..
__init__.py Fixed #1578 -- fixed a corner-case where we still wanting core=True attributes 2006-07-04 10:48:07 +00:00
models.py [1.5.x] Fixed #17541 -- Fixed non-saved/nullable fk querying 2013-01-08 21:03:53 +02:00
tests.py [1.5.x] Fixed empty strings + to_field regression on Oracle 2013-02-23 00:09:48 +02:00