Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/queries
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #22429 -- Incorrect SQL when using ~Q and FAnssi Kääriäinen2014-05-052-1/+31
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22434 -- Retain ordering on related sliced subquer...Justin Hamade2014-04-161-41/+40
* Advanced deprecation warnings for 1.8.Aymeric Augustin2014-03-221-1/+2
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-032-3/+3
* Fixed #22023 -- Raised an error for values() followed by ...Artur Frysiak2014-02-171-0/+10
* Fixed #21748 -- join promotion for negated AND conditionsAnssi Kääriäinen2014-02-041-0/+79
* Added tests for m2m queries with custom pk on the end modelsAnssi Kääriäinen2014-01-282-1/+20
* Fixed #21787 -- regression in MTI .exclude() queriesAnssi Kääriäinen2014-01-241-0/+18
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-3/+10
* Fixed #11629 -- Deprecated callable arguments to queryset...Baptiste Mispelon2013-12-181-0/+12
* Fixed #11320 -- exclude() too aggressive in join promotionAnssi Kääriäinen2013-11-071-0/+4
* Fixed #21376 -- New implementation for query join promoti...Anssi Kääriäinen2013-11-072-2/+15
* Fixing E302 ErrorsJason Myers2013-11-032-11/+124
* Fixed syntax error in queries/tests.pyAnssi Kääriäinen2013-11-021-3/+0
* Fixed #14511 -- bug in .exclude() queryAnssi Kääriäinen2013-11-022-2/+56
* Fixed #21366 -- regression in join promotion logicAnssi Kääriäinen2013-11-021-1/+18
* Fix all violators of E231Alex Gaynor2013-10-261-7/+7
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+3
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-3/+3
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-4/+4
* Fixed E227 pep8 warningsTim Graham2013-10-211-22/+22
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Removed unused local variables in tests.Tim Graham2013-10-191-33/+33
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed assorted flake8 errors.Tim Graham2013-10-111-2/+4
* Fixed #18414 -- qs.exists() for sliced distinct queriesAnssi Kääriäinen2013-10-051-0/+19
* Simplified a test by using CapturedQueriesContextAnssi Kääriäinen2013-10-051-10/+7
* Improved Query join promotion logicAnssi Kääriäinen2013-10-051-14/+33
* Fixed #21203 -- resolve_columns fields misalignmentAnssi Kääriäinen2013-10-012-1/+18
* Fixed #15786 -- Added a regression test for o2o excludes ...Simon Charette2013-09-292-2/+21
* Fixed #21167 - Improved queries.tests.SubqueryTestsMichael Manfre2013-09-291-8/+37
* Fixed #21001 -- Added a regression test for empty string ...Simon Charette2013-09-231-0/+7
* Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin2013-09-072-1/+13
* Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham2013-09-031-1/+1
* Fixed #20955 -- select_related regressionAnssi Kääriäinen2013-08-222-1/+47
* Fixed test failure caused by different NULL ordering betw...Anssi Kääriäinen2013-08-202-2/+10
* Fixed #14056 -- Made sure LEFT JOIN aren't trimmed in ORD...Anssi Kääriäinen2013-08-201-1/+12
* Fixed #12807 -- EmptyResultSet ORed conditionAnssi Kääriäinen2013-08-191-0/+10
* Fixed test failure on MySQLAnssi Kääriäinen2013-08-131-3/+3
* Fixed #20874 -- bump_prefix() in nested subqueriesAnssi Kääriäinen2013-08-131-2/+14
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-4/+4
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed a number of minor misspellings.Julien Phalip2013-07-281-1/+1
* Fixed related model lookup regressionAnssi Kääriäinen2013-07-261-0/+16
* Fixed #20788 -- exclude() generated subquery failureAnssi Kääriäinen2013-07-231-1/+20
* Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham2013-07-141-7/+0
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed #14930 -- values_list() failure on qs ordered by ex...Florian Hahn2013-06-181-4/+53
* Fixed #20528 -- regression in select_related join promotionAnssi Kääriäinen2013-06-141-17/+32