summaryrefslogtreecommitdiff
path: root/tests/queries
AgeCommit message (Expand)Author
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-31Fixed a queries test on Python 2 broken after importing six.moves.range().Tim Graham
2014-12-31Fixed test from refs #23758.Tim Graham
2014-12-31Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek
2014-12-15Refs #23947 -- Fixed queries test execution order dependency.Diego Guimarães
2014-12-03Refactored some tests to take advantage of refs #20392.Thomas Chaumeny
2014-11-28Fixed #23853 -- Added Join class to replace JoinInfoAnssi Kääriäinen
2014-11-20Fixed #23605 -- Fixed nested subquery regressionAnssi Kääriäinen
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-28Fixed #23721 -- check_related_objects without calling __iter__Collin Anderson
2014-10-21Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.Gabe Jackson
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-26Fixed #23460 -- Added literal `%s` support to extra() QuerySets.Matt Robenolt
2014-09-19Fixed #23443 -- Corrected erroneous FieldError message.Thomas Chaumeny
2014-08-29Fixed #23313 -- Corrected repr(RawQuery) with dict parameters.Andrew Torpedov
2014-08-11Fixed #23266 -- Prevented queries caused by type checking lookup valuesAnubhav Joshi
2014-08-11Fixed #23259 -- Corrected insertion order of extra() select_paramsRajiv Makhijani
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi
2014-07-01Fixed #14334 -- Query relation lookups now check object types.Anubhav Joshi
2014-06-25Split tests.basic.ModelTests in several tests; refs #18586.zsoldosp
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-05Fixed #22466 -- ordering by reverse foreign keyAnssi Kääriäinen
2014-05-05Fixed #22429 -- Incorrect SQL when using ~Q and FAnssi Kääriäinen
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-16Fixed #22434 -- Retain ordering on related sliced subqueries.Justin Hamade
2014-03-22Advanced deprecation warnings for 1.8.Aymeric Augustin
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-17Fixed #22023 -- Raised an error for values() followed by defer() or only().Artur Frysiak
2014-02-04Fixed #21748 -- join promotion for negated AND conditionsAnssi Kääriäinen
2014-01-28Added tests for m2m queries with custom pk on the end modelsAnssi Kääriäinen
2014-01-24Fixed #21787 -- regression in MTI .exclude() queriesAnssi Kääriäinen
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2013-12-18Fixed #11629 -- Deprecated callable arguments to queryset methods.Baptiste Mispelon
2013-11-07Fixed #11320 -- exclude() too aggressive in join promotionAnssi Kääriäinen
2013-11-07Fixed #21376 -- New implementation for query join promotion logicAnssi Kääriäinen
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed syntax error in queries/tests.pyAnssi Kääriäinen
2013-11-02Fixed #14511 -- bug in .exclude() queryAnssi Kääriäinen
2013-11-02Fixed #21366 -- regression in join promotion logicAnssi Kääriäinen
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-21Fixed E227 pep8 warningsTim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-11Fixed assorted flake8 errors.Tim Graham