summaryrefslogtreecommitdiff
path: root/tests/regressiontests/null_fk
AgeCommit message (Expand)Author
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-05-05Fixed #15823 - incorrect join condition when combining Q objectsLuke Plant
2011-03-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-09-28Migrated null_fk doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-03-08Fixed #12240 - select_related doesn't work correctly when mixing nullable and...Luke Plant
2009-06-29Fixed #11392 -- Enforced a predictable result order for a couple of test case...Russell Keith-Magee
2008-07-27Fixed #7530, #7716 -- When using select_related() and encountering a NULLMalcolm Tredinnick
2008-06-08Fixed #7369: fixed a corner-case involving select_related() following non-nul...Jacob Kaplan-Moss