Commit History

Author SHA1 Message Date
  Kaustubh b9be11d442 Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field. 4 years ago
  Adam Johnson 5776a1660e Fixed #31667 -- Made __in lookup ignore None values. 4 years ago
  Hannes Ljungberg 447980e72a Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when using Meta.constraints. 5 years ago
  Nick Pope 335c9c94ac Simplified imports from django.db and django.contrib.gis.db. 5 years ago
  André Ericson 31174031f1 Fixed #30841 -- Deprecated using non-boolean values for isnull lookup. 5 years ago
  James Timmins 0719edcd5f Fixed #30771 -- Fixed exact lookup against queries with selected columns. 5 years ago
  Simon Charette 8b4a43dda7 Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions. 5 years ago
  Simon Charette f7e9db14bb Refs #25367 -- Added test for Exists() lookup rhs. 5 years ago
  JangHyukJin 0027ca76c7 Used QuerySet.bulk_create() in lookup.tests. 6 years ago
  Sergey Fedoseev 1933e56eca Removed uneeded generator expressions and list comprehensions. 6 years ago
  Simon Charette 84e7a9f4a7 Switched setUp() to setUpTestData() where possible in Django's tests. 6 years ago
  Abhinav Patil bf01994a5c Fixed #29804 -- Added 'did you mean' suggestions for unsupported lookup error. 6 years ago
  Nick Pope b0fbfae093 Fixed #29503 -- Made __in lookup keep order of values in query. 6 years ago
  Dmitry Dygalo c979c0a2b8 Fixed #25718 -- Made a JSONField lookup value of None match keys that have a null value. 7 years ago
  Mariusz Felisiak ba3078c92d Refs #29155 -- Fixed LookupTests.test_pattern_lookups_with_substr() crash on Oracle. 7 years ago
  Mariusz Felisiak feb683c4c2 Fixed #29155 -- Fixed crash when database functions are used with pattern lookups. 7 years ago
  Raymond Hettinger aba9763b51 Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation warnings. 7 years ago
  Tim Graham 1b73ccc4bf Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact. 7 years ago
  Sergey Fedoseev 58da81a5a3 Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts value to None. 7 years ago
  Sergey Fedoseev 0baea920c8 Fixed #28453 -- Made __exact=None lookup use transforms. 7 years ago
  Mads Jensen a51c4de194 Used assertRaisesMessage() to test Django's error messages. 7 years ago
  Tom Carrick 3159ad4df6 Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary key. 8 years ago
  Jon Dufresne 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls. 7 years ago
  Mariusz Felisiak 1b6f05e91f Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more than 999 ids. 8 years ago
  Tim Graham 29f607927f Fixed spelling of "nonexistent". 8 years ago
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 years ago
  Tim Graham 5139832398 Refs #26285 -- Removed MySQL __search lookup per deprecation timeline. 8 years ago
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 years ago
  Mariusz Felisiak 14986a0b9d Fixed #27268 -- Restored an invalid related field lookup error message in QuerySet filtering. 8 years ago
  Tim Graham 8119b679eb Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 8 years ago