Commit History

Author SHA1 Message Date
  Matthias Erll eee34ef64c Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing. 11 years ago
  Jon Dufresne 2a5708a304 Fixed a test's dict_keys/list comparison that always evaluated as False. 7 years ago
  Simon Charette 4acae21846 Fixed #24254 -- Fixed queries using the __in lookup with querysets using distinct() and order_by(). 8 years ago
  Simon Charette 8ef35468b6 Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_field. 8 years ago
  Mariusz Felisiak f42c7cc87b Refs #21160 -- Replaced DatabaseFeatures.supports_1000_query_parameters by a DatabaseFeatures.max_query_params. 8 years ago
  Bo Marchman 9bbb6e2d25 Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining. 8 years ago
  Vytis Banaitis 3dcc351691 Refs #23919 -- Used yield from. 8 years ago
  François Freitag e124d2da94 Fixed #26551 -- Fixed negated Q() queries that span relations. 8 years ago
  Tim Graham 29f607927f Fixed spelling of "nonexistent". 8 years ago
  Vytis Banaitis d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 8 years ago
  Simon Charette cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. 8 years ago
  Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage 8 years ago
  Claude Paroz c716fe8782 Refs #23919 -- Removed six.PY2/PY3 usage 8 years ago
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
  Josh Smeaton bcce6bb7c7 Changed a test to be consistent when run in parallel. 8 years ago
  Ramin Farajpour Cami 0a63ef3f61 Fixed #27463 -- Fixed E741 flake8 warnings. 8 years ago
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 years ago
  Tim Graham b679a3cdb1 Tested QuerySet compatibility check. 8 years ago
  Tim Graham 4cfccc713a Tested invalid QuerySet.order_by() arguments. 8 years ago
  Tim Graham 0627858ada Fixed a couple ordering dependent tests on Oracle broken by refs #27203. 8 years ago
  Mads Jensen 0c1f71635f Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual(). 8 years ago
  Chris Lamb 97513269d7 Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True. 8 years ago
  Johannes Dollinger 46509cf13d Moved EmpytResultSet to django.core.exceptions. 8 years ago
  Claude Paroz 272eccf7ff Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field 8 years ago
  Simon Charette 082c52dbed Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields. 8 years ago
  Tim Graham c9ae09addf Replaced use of TestCase.fail() with assertRaises(). 8 years ago
  Jon Dufresne 4f336f6652 Fixed #26747 -- Used more specific assertions in the Django test suite. 8 years ago
  Josh Smeaton 2a4af0ea43 Fixed #25774 -- Refactor datetime expressions into public API 9 years ago
  Claude Paroz 388bb5bd9a Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup() 9 years ago
  Claude Paroz 188883048e Fixed wrong field data type in queries test 9 years ago