index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
null_fk
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-05-05
Fixed #15823 - incorrect join condition when combining Q objects
Luke Plant
2011-03-09
Fixed a bunch more tests that were failing in Oracle due to false assumptions...
Ian Kelly
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-09-28
Migrated null_fk doctests. Thanks to Stephan Jaekel.
Russell Keith-Magee
2010-03-08
Fixed #12240 - select_related doesn't work correctly when mixing nullable and...
Luke Plant
2009-06-29
Fixed #11392 -- Enforced a predictable result order for a couple of test case...
Russell Keith-Magee
2008-07-27
Fixed #7530, #7716 -- When using select_related() and encountering a NULL
Malcolm Tredinnick
2008-06-08
Fixed #7369: fixed a corner-case involving select_related() following non-nul...
Jacob Kaplan-Moss