index
:
django.git
fix-31295
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
/
extra_regress
Age
Commit message (
Expand
)
Author
2010-04-15
Fixed #13353: Corrected a couple of tests that were dependent on dictionary o...
Karen Tracey
2010-02-23
Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly...
Justin Bronn
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-04-30
Fixed #10847 -- Modified handling of extra() to use a masking strategy, rathe...
Russell Keith-Magee
2009-02-16
Fixed #10256 -- Corrected the interaction of extra(select=) with values() and...
Russell Keith-Magee
2008-09-28
Fixed Queryset.dates() in the presence of extra-select columns.
Malcolm Tredinnick
2008-09-03
Changed the tests added in r8898 very slightly so that they don't return
Malcolm Tredinnick
2008-09-03
Fixed #8819 -- Don't include two copies of extra-select columns in the query.
Malcolm Tredinnick
2008-08-28
Updated a few save() methods on models to accept force_insert and force_update
Malcolm Tredinnick
2008-08-17
Fixed #8039 -- Make sure that extra(tables=...) tables are always included in
Malcolm Tredinnick
2008-08-17
Added a test to show that #8063 doesn't seem to be an issue any longer.
Malcolm Tredinnick
2008-08-17
Changed the (internal) way extra(select=.., select_params=...) handling is done
Malcolm Tredinnick
2008-07-03
Fixed a test case using extra sql that didnt fit Oracle syntax.
Ian Kelly
2008-06-30
Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are me...
Malcolm Tredinnick