index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
select_related_regress
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-21
Fixed #19870 -- Regression in select_related in inheritance cases
Anssi Kääriäinen
2013-02-20
Removed join() promote kwarg
Anssi Kääriäinen
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-26
Fixed #17485 -- Made defer work with select_related
Anssi Kääriäinen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
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 select_related_regress doctests. Thanks to Stephan Jaekel.
Russell Keith-Magee
2010-04-30
Fixed #12851 -- Another attempt at fixing select_related() with inherited mod...
Russell Keith-Magee
2010-04-30
Fixed #12851 -- Corrected the loading of values when select_related() is used...
Russell Keith-Magee
2010-03-20
Fixed #12851 -- Corrected the interaction of defer() with select_related(). T...
Russell Keith-Magee
2009-03-24
Fixed #9926 -- Fixes for some select_related() situations.
Malcolm Tredinnick
2008-08-26
Fixed #8036 -- Fixed a case when attempting to traverse non-existent related
Malcolm Tredinnick
2008-08-25
Fixed #8106 -- Untangled some problems with complex select_related() queries
Malcolm Tredinnick
2008-07-02
Renamed a field in a test case that was preventing the tests from
Ian Kelly
2008-06-29
Fixed handling of multiple fields in a model pointing to the same related model.
Malcolm Tredinnick