summaryrefslogtreecommitdiff
path: root/tests/queries
AgeCommit message (Expand)Author
2016-07-01[1.10.x] Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-18Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-04-23Fixed wrong field data type in queries testClaude Paroz
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-03-28Sorted single letter imports per the latest version of isort.Tim Graham
2016-03-19Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field in a su...Jason Parrott
2016-02-11Fixed #26196 -- Made sure __in lookups use to_field as default.Anssi Kääriäinen
2016-02-04Made multiline assertRaises* conform to flake8's E128 rule.Hasan
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
2016-01-29Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-12-15Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.values().Sergey Fedoseev
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-11Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira
2015-09-05Fixed #24525 -- Fixed AssertionError in some complex queries.Tim Graham
2015-09-04Fixed #19263 -- Fixed crash when filtering using __in and an empty QuerySet.Tim Graham
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-17Refs #23266 -- Fixed ticket number reference in a queries test.Tim Graham
2015-08-08Used skipUnlessDBFeature where appropriate.Simon Charette
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-20Refs #23622 -- Added tests to ensure ordering is retained for distinct on fie...Anssi Kääriäinen
2015-07-20Fixed test with incorrect assumption about pk values.Anssi Kääriäinen
2015-07-13Refs #24090 -- Added a test for multi-table inheritance + subqueries.Anssi Kääriäinen
2015-07-09Fixed a CaptureQueriesContext usage in queries tests.Simon Charette
2015-07-09Added a regression test for get() ordering clearing.Simon Charette
2015-06-15Fixed flake8 warnings on Python 3.Tim Graham
2015-04-28Fixed #24719 -- Restored the ability to use interators as queryset related ob...Aric Coady
2015-04-16Fixed #24605 -- Fixed incorrect reference to alias in subquery.Anssi Kääriäinen
2015-04-14Fixed #24277 -- Added exception when dict used in QuerySet filteringAlex Wilson
2015-03-25Refs #24267 -- Implemented lookups for related fieldsAnssi Kääriäinen
2015-03-23Fixed #23697 -- Improved ForeignObject.get_lookup_constraint() error message.Michael Blatherwick
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-06Added a test for refs #24279Anssi Kääriäinen
2015-02-04Removed EverythingNodeAnssi Kääriäinen
2015-01-30Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().Loic Bistuer
2015-01-20Fixed typos in code comments.Adam Taylor
2015-01-18Removed support for callable QuerySet arguments per deprecation timeline; ref...Tim Graham
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