index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lookup
Age
Commit message (
Expand
)
Author
2026-03-21
Refs #36883 -- Split monolithic aggregation/lookup/queries tests.
Tim Graham
2025-12-24
Refs #36787 -- Fixed lookup test crash on Oracle.
Mariusz Felisiak
2025-12-22
Fixed #36787 -- Fixed crash in In lookups with mixed expressions and strings.
JaeHyuck Sa
2025-09-30
Fixed #36614 -- Deprecated QuerySet.values_list(flat=True) without a field.
Adam Johnson
2025-09-25
Fixed #36605 -- Added support for QuerySet.in_bulk() after .values() or .valu...
John Parton
2025-09-16
Refs #36606 -- Added tests for QuerySet.values_list(flat=True) without fields.
Adam Johnson
2025-08-27
Fixed incorrect IDs in test_in_bulk_preserve_ordering.
Tim Graham
2025-08-21
Refs #36430, #36416, #34378 -- Simplified batch size calculation in QuerySet....
Jacob Walls
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-06-09
Refs #34378, #36143, #36416 -- Fixed isolation of LookupTests.test_in_bulk_pr...
Jacob Walls
2025-02-11
Fixed #36149 -- Allowed subquery values against tuple exact and in lookups.
Simon Charette
2024-09-11
Fixed #35752 -- Fixed crash when using In() lookup in filters.
Bendeguz Csirmaz
2024-09-02
Fixed #35690 -- Errored nicely when using in_bulk() with a values() or values...
John Parton
2024-07-09
Fixed #35413 -- Made unsupported lookup error message more specific.
wookkl
2024-03-13
Refs #32673, Refs #35295 -- Avoided wrapping rhs direct values in lookups.
Mariusz Felisiak
2023-12-12
Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as...
Mariusz Felisiak
2023-09-22
Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
Mariusz Felisiak
2023-06-06
Fixed lookup.tests.LookupTests.test_exclude() on PostgreSQL 16 beta 1.
Mariusz Felisiak
2023-05-08
Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condition on ...
Mariusz Felisiak
2023-04-04
Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions.
Simon Charette
2023-03-28
Fixed #34443 -- Fixed filtering by transforms on reverse relations.
Mariusz Felisiak
2023-03-28
Refs #29799 -- Added field instance lookups to suggestions in FieldErrors.
Mariusz Felisiak
2023-03-03
Fixed #34378 -- Made QuerySet.in_bulk() not clear odering when id_list is pas...
Ekaterina Vahrusheva
2022-12-21
Removed unnecessary commas in tests.
Mariusz Felisiak
2022-12-16
Fixed lookup.tests.LookupTests.test_exact_none_transform() test on Oracle.
Mariusz Felisiak
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-10-07
Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() wh...
Mariusz Felisiak
2022-09-22
Fixed #34015 -- Allowed filtering by transforms on relation fields.
Mariusz Felisiak
2022-05-19
Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.
David Wobrock
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-02
Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a bool...
Roman
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2021-05-24
Refs #24121 -- Added __repr__() to Lookup.
saeedblanchette
2021-04-23
Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...
Simon Charette
2021-03-10
Refs #32508 -- Raised TypeError instead of using "assert" on unsupported oper...
Mariusz Felisiak
2021-01-14
Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.
Mariusz Felisiak
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-10-28
Refs #27149 -- Fixed sql.Query identity.
Simon Charette
2020-08-26
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.
Kaustubh
2020-06-11
Fixed #31667 -- Made __in lookup ignore None values.
Adam Johnson
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2020-04-23
Fixed #31500 -- Fixed detecting of unique fields in QuerySet.in_bulk() when u...
Hannes Ljungberg
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-10-21
Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.
André Ericson
2019-09-20
Fixed #30771 -- Fixed exact lookup against queries with selected columns.
James Timmins
2019-08-17
Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions.
Simon Charette
2019-08-12
Refs #25367 -- Added test for Exists() lookup rhs.
Simon Charette
2019-05-21
Refs #29396, #30494 -- Reduced code duplication in year lookups.
Simon Charette
[next]