summaryrefslogtreecommitdiff
path: root/tests/queries
Commit message (Expand)AuthorAgeFilesLines
* Tested QuerySet compatibility check.Tim Graham2016-10-141-0/+5
* Tested invalid QuerySet.order_by() arguments.Tim Graham2016-10-131-3/+11
* Fixed a couple ordering dependent tests on Oracle broken by refs #27203.Tim Graham2016-09-131-2/+2
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-103/+54
* Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz2016-09-091-6/+6
* Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.Chris Lamb2016-08-172-2/+11
* Moved EmpytResultSet to django.core.exceptions.Johannes Dollinger2016-08-081-2/+1
* Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_fieldClaude Paroz2016-08-041-0/+13
* Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.Simon Charette2016-07-081-1/+1
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-8/+4
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-9/+9
* Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton2016-05-181-1/+1
* Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz2016-05-041-3/+2
* Fixed wrong field data type in queries testClaude Paroz2016-04-231-8/+8
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-47/+51
* Fixed W503 flake8 warnings.Tim Graham2016-04-041-18/+14
* Sorted single letter imports per the latest version of isort.Tim Graham2016-03-281-3/+3
* Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field in a su...Jason Parrott2016-03-191-0/+4
* Fixed #26196 -- Made sure __in lookups use to_field as default.Anssi Kääriäinen2016-02-111-0/+12
* Made multiline assertRaises* conform to flake8's E128 rule.Hasan2016-02-041-23/+12
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-35/+12
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-45/+18
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-5/+10
* Fixed #25894 -- Fixed evaluation of zero-length slices of QuerySet.values().Sergey Fedoseev2015-12-151-0/+6
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-032-4/+4
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...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 queries.Tim Graham2015-09-052-3/+15
* Fixed #19263 -- Fixed crash when filtering using __in and an empty QuerySet.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 test.Tim Graham2015-08-171-1/+2
* Used skipUnlessDBFeature where appropriate.Simon Charette2015-08-081-2/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-64/+68
* Refs #23622 -- Added tests to ensure ordering is retained for distinct on fie...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 + subqueries.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 queryset related ob...Aric Coady2015-04-281-0/+1
* Fixed #24605 -- Fixed incorrect reference to alias in subquery.Anssi Kääriäinen2015-04-162-6/+45
* Fixed #24277 -- Added exception when dict used in QuerySet filteringAlex 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_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