summaryrefslogtreecommitdiff
path: root/tests/lookup
AgeCommit message (Expand)Author
2020-11-06Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani
2020-10-28Refs #27149 -- Fixed sql.Query identity.Simon Charette
2020-08-26Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.Kaustubh
2020-06-11Fixed #31667 -- Made __in lookup ignore None values.Adam Johnson
2020-04-30Removed unused __str__() methods in tests models.Mariusz Felisiak
2020-04-23Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...Hannes Ljungberg
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-10-21Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.André Ericson
2019-09-20Fixed #30771 -- Fixed exact lookup against queries with selected columns.James Timmins
2019-08-17Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions.Simon Charette
2019-08-12Refs #25367 -- Added test for Exists() lookup rhs.Simon Charette
2019-05-21Refs #29396, #30494 -- Reduced code duplication in year lookups.Simon Charette
2019-04-01Used QuerySet.bulk_create() in lookup.tests.JangHyukJin
2019-02-09Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2018-10-01Fixed #29804 -- Added 'did you mean' suggestions for unsupported lookup error.Abhinav Patil
2018-06-20Fixed #29503 -- Made __in lookup keep order of values in query.Nick Pope
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo
2018-03-15Refs #29155 -- Fixed LookupTests.test_pattern_lookups_with_substr() crash on ...Mariusz Felisiak
2018-03-14Fixed #29155 -- Fixed crash when database functions are used with pattern loo...Mariusz Felisiak
2018-02-05Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...Raymond Hettinger
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-10-16Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.Tim Graham
2017-09-04Corrected YearComparisonLookup.get_bound() signature.Srinivas Reddy Thatiparthy
2017-07-31Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts ...Sergey Fedoseev
2017-07-31Fixed #28453 -- Made __exact=None lookup use transforms.Sergey Fedoseev
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-07-21Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...Tom Carrick
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-03-27Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more...Mariusz Felisiak
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #26285 -- Removed MySQL __search lookup per deprecation timeline.Tim Graham
2016-12-24Fixed #27498 -- Fixed filtering on annotated DecimalField on SQLite.Peter Inglesby
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-27Fixed #27268 -- Restored an invalid related field lookup error message in Qu...Mariusz Felisiak
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-13Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen
2016-03-02Fixed #26285 -- Deprecated the MySQL-specific __search lookup.Marc Tamlyn
2016-02-26Fixed #25811 -- Added a helpful error when making _in queries across differen...Edwar Baron
2016-02-05Fixed #26176 -- Fixed E123 flake8 warnings.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2015-12-26Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().Bryan Marty
2015-10-27Fixed #25609 -- Fixed regression in related field nested lookup error.Ian Foote
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-03Fixed #25335 -- Fixed regression where QuerySet.iterator() didn't return an i...Gavin Wahl