index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
lookups.py
Age
Commit message (
Expand
)
Author
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-11-15
Refs #33308 -- Stopped inheriting from FieldGetDbPrepValueMixin by PostgresOp...
Simon Charette
2022-10-06
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Simon Charette
2022-05-19
Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.
David Wobrock
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-12-02
Refs #32690 -- Altered lookups Query rhs alterations during initialization.
Simon Charette
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2021-06-30
Fixed #32786 -- Moved subquery ordering clearing optimization to the _in lookup.
Hannes Ljungberg
2021-05-24
Refs #24121 -- Added __repr__() to Lookup.
saeedblanchette
2021-05-05
Fixed #32690 -- Fixed __in lookup crash when combining with filtered aggregates.
Simon Charette
2021-04-23
Refs #32673 -- Fixed lookups crash when comparing against lookups on Oracle.
Mariusz Felisiak
2021-04-23
Fixed #32673 -- Fixed lookups crash when comparing against lookups on Postgre...
Simon Charette
2021-03-23
Fixed #32573 -- Fixed bounds in __iso_year lookup optimization.
Florian Demmer
2021-01-14
Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.
Mariusz Felisiak
2020-10-28
Refs #27149 -- Fixed sql.Query identity.
Simon Charette
2020-10-14
Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.
Mariusz Felisiak
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-06-11
Fixed #31667 -- Made __in lookup ignore None values.
Adam Johnson
2020-04-01
Refs #12990 -- Moved PostgresSimpleLookup to the django.db.models.lookups.Pos...
Mariusz Felisiak
2019-11-21
Refs #25367 -- Moved conditional expression wrapping to the Exact lookup.
Simon Charette
2019-10-21
Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.
André Ericson
2019-09-23
Fixed #29915 -- Added support for values with hyphens to pattern lookups for ...
Ian Foote
2019-09-20
Fixed #30771 -- Fixed exact lookup against queries with selected columns.
James Timmins
2019-08-29
Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQ...
Mariusz Felisiak
2019-08-13
Refs #25367 -- Moved Oracle Exists() handling to contextual methods.
Simon Charette
2019-06-25
Fixed #30477 -- Made reverse lookup use Field.get_db_prep_value() from the ta...
can
2019-05-21
Refs #29396, #30494 -- Reduced code duplication in year lookups.
Simon Charette
2019-05-21
Fixed #29396 -- Added indirect values support to __year lookups.
Simon Charette
2019-05-21
Fixed #30494 -- Disabled __year lookup optimization for indirect values.
Simon Charette
2019-03-21
Removed obsolete Lookup hook to prepare rhs expressions.
Simon Charette
2019-03-21
Refs #27149, #29542 -- Simplified subquery parentheses wrapping logic.
Simon Charette
2019-03-21
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
Simon Charette
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-14
Fixed #29155 -- Fixed crash when database functions are used with pattern loo...
Mariusz Felisiak
2018-03-12
Added PatternLookup.prepare_rhs to simplify subclasses.
Simon Charette
2018-03-07
Simplified Contains, StartsWith, and EndsWith lookups.
Mariusz Felisiak
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-10-16
Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.
Tim Graham
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-04
Corrected YearComparisonLookup.get_bound() signature.
Srinivas Reddy Thatiparthy
2017-08-11
Removed obsolete DecimalComparisonLookup.
Sergey Fedoseev
2017-07-18
Removed unneeded hasattr(self.rhs, 'get_compiler') checks in db/models/lookup...
Sergey Fedoseev
2017-05-01
Refs #16187 -- Stopped compiling query compilers during lookup rhs processing.
Simon Charette
2017-04-28
Reverted "Refs #20939 -- Moved subquery ordering clearing optimization to the...
Simon Charette
2017-04-27
Refs #20939 -- Moved subquery ordering clearing optimization to the __in lookup.
Simon Charette
2017-04-25
Refs #20939 -- Removed the Query._forced_pk hack.
Simon Charette
[next]