summaryrefslogtreecommitdiff
path: root/tests/queries
Commit message (Expand)AuthorAgeFilesLines
* Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen2015-03-251-0/+8
* Fixed #23697 -- Improved ForeignObject.get_lookup_constraint() error message.Michael Blatherwick2015-03-231-0/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-17/+19
* Added a test for refs #24279Anssi Kääriäinen2015-02-061-0/+7
* Removed EverythingNodeAnssi Kääriäinen2015-02-041-28/+11
* Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().Loic Bistuer2015-01-301-7/+6
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Removed support for callable QuerySet arguments per deprecation timeline; ref...Tim Graham2015-01-181-13/+0
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-081-2/+4
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-1/+1
* Fixed a queries test on Python 2 broken after importing six.moves.range().Tim Graham2014-12-311-1/+1
* Fixed test from refs #23758.Tim Graham2014-12-311-1/+2
* Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek2014-12-311-0/+19
* Refs #23947 -- Fixed queries test execution order dependency.Diego Guimarães2014-12-151-1/+1
* Refactored some tests to take advantage of refs #20392.Thomas Chaumeny2014-12-031-83/+99
* Fixed #23853 -- Added Join class to replace JoinInfoAnssi Kääriäinen2014-11-281-4/+5
* Fixed #23605 -- Fixed nested subquery regressionAnssi Kääriäinen2014-11-202-1/+53
* Renamed qn to compilerJosh Smeaton2014-11-161-32/+32
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-69/+70
* Fixed #23721 -- check_related_objects without calling __iter__Collin Anderson2014-10-281-0/+4
* Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.Gabe Jackson2014-10-211-0/+8
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-17/+17
* Fixed #23460 -- Added literal `%s` support to extra() QuerySets.Matt Robenolt2014-09-261-0/+15
* Fixed #23443 -- Corrected erroneous FieldError message.Thomas Chaumeny2014-09-191-0/+7
* Fixed #23313 -- Corrected repr(RawQuery) with dict parameters.Andrew Torpedov2014-08-291-3/+3
* Fixed #23266 -- Prevented queries caused by type checking lookup valuesAnubhav Joshi2014-08-111-0/+4
* Fixed #23259 -- Corrected insertion order of extra() select_paramsRajiv Makhijani2014-08-111-0/+20
* Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi2014-07-091-1/+1
* Fixed #14334 -- Query relation lookups now check object types.Anubhav Joshi2014-07-012-19/+99
* Split tests.basic.ModelTests in several tests; refs #18586.zsoldosp2014-06-252-0/+127
* Fixed several typos in DjangoAlex Gaynor2014-05-281-1/+1
* Fixed #22466 -- ordering by reverse foreign keyAnssi Kääriäinen2014-05-051-0/+12
* 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 subqueries.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 defer() or only().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 methods.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 promotion logicAnssi Kääriäinen2013-11-072-2/+15
* Fixing E302 ErrorsJason Myers2013-11-022-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