summaryrefslogtreecommitdiff
path: root/tests/regressiontests/extra_regress
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2012-12-13Fixed #19462 -- Made assertQuerysetEqual detect undefined orderingAnssi Kääriäinen
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-09Fixed #17877 -- Ensured that extra WHERE clauses get correctly ANDed when the...Julien Phalip
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2010-09-28Migrated extra_regress doctests. Thanks to Stephan Jaekel.Russell Keith-Magee
2010-04-15Fixed #13353: Corrected a couple of tests that were dependent on dictionary o...Karen Tracey
2010-02-23Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-04-30Fixed #10847 -- Modified handling of extra() to use a masking strategy, rathe...Russell Keith-Magee
2009-02-16Fixed #10256 -- Corrected the interaction of extra(select=) with values() and...Russell Keith-Magee
2008-09-28Fixed Queryset.dates() in the presence of extra-select columns.Malcolm Tredinnick
2008-09-03Changed the tests added in r8898 very slightly so that they don't returnMalcolm Tredinnick
2008-09-03Fixed #8819 -- Don't include two copies of extra-select columns in the query.Malcolm Tredinnick
2008-08-28Updated a few save() methods on models to accept force_insert and force_updateMalcolm Tredinnick
2008-08-17Fixed #8039 -- Make sure that extra(tables=...) tables are always included inMalcolm Tredinnick
2008-08-17Added a test to show that #8063 doesn't seem to be an issue any longer.Malcolm Tredinnick
2008-08-17Changed the (internal) way extra(select=.., select_params=...) handling is doneMalcolm Tredinnick
2008-07-03Fixed a test case using extra sql that didnt fit Oracle syntax.Ian Kelly
2008-06-30Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are me...Malcolm Tredinnick