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
2023-09-22
[4.2.x] Fixed #34840 -- Avoided casting string base fields on PostgreSQL.
Mariusz Felisiak
2023-05-08
[4.2.x] Fixed #34544 -- Avoided DBMS_LOB.SUBSTR() wrapping with IS NULL condi...
Mariusz Felisiak
2023-03-28
[4.2.x] Fixed #34443 -- Fixed filtering by transforms on reverse relations.
Mariusz Felisiak
2023-03-28
[4.2.x] Refs #29799 -- Added field instance lookups to suggestions in FieldEr...
Mariusz Felisiak
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
2019-04-01
Used QuerySet.bulk_create() in lookup.tests.
JangHyukJin
2019-02-09
Removed uneeded generator expressions and list comprehensions.
Sergey Fedoseev
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-10-01
Fixed #29804 -- Added 'did you mean' suggestions for unsupported lookup error.
Abhinav Patil
2018-06-20
Fixed #29503 -- Made __in lookup keep order of values in query.
Nick Pope
2018-04-04
Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...
Dmitry Dygalo
2018-03-15
Refs #29155 -- Fixed LookupTests.test_pattern_lookups_with_substr() crash on ...
Mariusz Felisiak
2018-03-14
Fixed #29155 -- Fixed crash when database functions are used with pattern loo...
Mariusz Felisiak
2018-02-05
Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...
Raymond Hettinger
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-10-16
Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.
Tim Graham
2017-09-04
Corrected YearComparisonLookup.get_bound() signature.
Srinivas Reddy Thatiparthy
2017-07-31
Fixed #27985 -- Fixed query for __exact=value when get_prep_value() converts ...
Sergey Fedoseev
2017-07-31
Fixed #28453 -- Made __exact=None lookup use transforms.
Sergey Fedoseev
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-21
Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...
Tom Carrick
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-03-27
Fixed #21160 -- Fixed QuerySet.in_bulk() crash on SQLite when requesting more...
Mariusz Felisiak
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
[next]