Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/queries
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-7/+7
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-9/+47
* Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira2015-09-111-3/+3
* Fixed #24525 -- Fixed AssertionError in some complex quer...Tim Graham2015-09-052-3/+15
* Fixed #19263 -- Fixed crash when filtering using __in and...Tim Graham2015-09-041-0/+9
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-6/+0
* Refs #23266 -- Fixed ticket number reference in a queries...Tim Graham2015-08-171-1/+2
* Used skipUnlessDBFeature where appropriate.Simon Charette2015-08-081-2/+1
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-64/+68
* Refs #23622 -- Added tests to ensure ordering is retained...Anssi Kääriäinen2015-07-201-0/+68
* Fixed test with incorrect assumption about pk values.Anssi Kääriäinen2015-07-201-1/+8
* Refs #24090 -- Added a test for multi-table inheritance +...Anssi Kääriäinen2015-07-132-1/+6
* Fixed a CaptureQueriesContext usage in queries tests.Simon Charette2015-07-091-1/+1
* Added a regression test for get() ordering clearing.Simon Charette2015-07-091-0/+8
* Fixed flake8 warnings on Python 3.Tim Graham2015-06-151-4/+5
* Fixed #24719 -- Restored the ability to use interators as...Aric Coady2015-04-281-0/+1
* Fixed #24605 -- Fixed incorrect reference to alias in sub...Anssi Kääriäinen2015-04-162-6/+45
* Fixed #24277 -- Added exception when dict used in QuerySe...Alex Wilson2015-04-141-0/+4
* Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen2015-03-251-0/+8
* Fixed #23697 -- Improved ForeignObject.get_lookup_constra...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 ValuesListQu...Loic Bistuer2015-01-301-7/+6
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Removed support for callable QuerySet arguments per depre...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 retrie...Daniel Pyrathon2015-01-071-1/+1
* Fixed a queries test on Python 2 broken after importing s...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 depende...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 Djan...Berker Peksag2014-11-031-69/+70
* Fixed #23721 -- check_related_objects without calling __i...Collin Anderson2014-10-281-0/+4
* Fixed #23396 -- Ensured ValueQuerySets are not checked by...Gabe Jackson2014-10-211-0/+8
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-17/+17
* Fixed #23460 -- Added literal `%s` support to extra() Que...Matt Robenolt2014-09-261-0/+15
* Fixed #23443 -- Corrected erroneous FieldError message.Thomas Chaumeny2014-09-181-0/+7
* Fixed #23313 -- Corrected repr(RawQuery) with dict parame...Andrew Torpedov2014-08-291-3/+3
* Fixed #23266 -- Prevented queries caused by type checking...Anubhav Joshi2014-08-111-0/+4
* Fixed #23259 -- Corrected insertion order of extra() sele...Rajiv Makhijani2014-08-111-0/+20
* Fixed #19671 -- Added warnings that null and validators a...Anubhav Joshi2014-07-091-1/+1
* Fixed #14334 -- Query relation lookups now check object t...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-291-1/+1
* Fixed #22466 -- ordering by reverse foreign keyAnssi Kääriäinen2014-05-051-0/+12