summaryrefslogtreecommitdiff
path: root/tests/lookup
AgeCommit message (Expand)Author
2026-03-21Refs #36883 -- Split monolithic aggregation/lookup/queries tests.Tim Graham
2025-12-24Refs #36787 -- Fixed lookup test crash on Oracle.Mariusz Felisiak
2025-12-22Fixed #36787 -- Fixed crash in In lookups with mixed expressions and strings.JaeHyuck Sa
2025-09-30Fixed #36614 -- Deprecated QuerySet.values_list(flat=True) without a field.Adam Johnson
2025-09-25Fixed #36605 -- Added support for QuerySet.in_bulk() after .values() or .valu...John Parton
2025-09-16Refs #36606 -- Added tests for QuerySet.values_list(flat=True) without fields.Adam Johnson
2025-08-27Fixed incorrect IDs in test_in_bulk_preserve_ordering.Tim Graham
2025-08-21Refs #36430, #36416, #34378 -- Simplified batch size calculation in QuerySet....Jacob Walls
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-06-09Refs #34378, #36143, #36416 -- Fixed isolation of LookupTests.test_in_bulk_pr...Jacob Walls
2025-02-11Fixed #36149 -- Allowed subquery values against tuple exact and in lookups.Simon Charette
2024-09-11Fixed #35752 -- Fixed crash when using In() lookup in filters.Bendeguz Csirmaz
2024-09-02Fixed #35690 -- Errored nicely when using in_bulk() with a values() or values...John Parton
2024-07-09Fixed #35413 -- Made unsupported lookup error message more specific.wookkl
2024-03-13Refs #32673, Refs #35295 -- Avoided wrapping rhs direct values in lookups.Mariusz Felisiak
2023-12-12Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as...Mariusz Felisiak
2023-09-22Fixed #34840 -- Avoided casting string base fields on PostgreSQL.Mariusz Felisiak
2023-06-06Fixed lookup.tests.LookupTests.test_exclude() on PostgreSQL 16 beta 1.Mariusz Felisiak
2023-05-08Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...Mariusz Felisiak
2023-04-04Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions.Simon Charette
2023-03-28Fixed #34443 -- Fixed filtering by transforms on reverse relations.Mariusz Felisiak
2023-03-28Refs #29799 -- Added field instance lookups to suggestions in FieldErrors.Mariusz Felisiak
2023-03-03Fixed #34378 -- Made QuerySet.in_bulk() not clear odering when id_list is pas...Ekaterina Vahrusheva
2022-12-21Removed unnecessary commas in tests.Mariusz Felisiak
2022-12-16Fixed lookup.tests.LookupTests.test_exact_none_transform() test on Oracle.Mariusz Felisiak
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-10-07Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() wh...Mariusz Felisiak
2022-09-22Fixed #34015 -- Allowed filtering by transforms on relation fields.Mariusz Felisiak
2022-05-19Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.David Wobrock
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-02Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a bool...Roman
2021-07-09Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...Ian Foote
2021-05-24Refs #24121 -- Added __repr__() to Lookup.saeedblanchette
2021-04-23Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...Simon Charette
2021-03-10Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...Mariusz Felisiak
2021-01-14Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.Mariusz Felisiak
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