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
/
sql
/
query.py
Age
Commit message (
Expand
)
Author
2024-08-06
[5.1.x] Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection att...
Simon Charette
2024-04-23
Refs #35356 -- Clarified select related with masked field logic.
Simon Charette
2024-04-23
Fixed #35356 -- Deferred self-referential foreign key fields adequately.
Simon Charette
2024-02-07
Fixed #35099 -- Prevented mutating queryset when combining with & and | opera...
Hisham Mahmood
2024-01-29
Fixed #35135 -- Made FilteredRelation raise ValueError on querysets as rhs.
Nicolas Delaby
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-15
Refs #35102 -- Optimized replace_expressions()/relabelling aliases by adding ...
Mariusz Felisiak
2023-12-23
Fixed #35050 -- Fixed prefixing field names in FilteredRelation().
David Wobrock
2023-12-16
Fixed #35042 -- Fixed a count() crash on combined queries.
Simon Charette
2023-11-18
Refs #34717 -- Avoided computing aggregate refs twice.
Simon Charette
2023-11-18
Refs #34975 -- Complemented rhs filtering aggregations for __in lookup.
Simon Charette
2023-11-18
Fixed #34975 -- Fixed crash of conditional aggregate() over aggregations.
Simon Charette
2023-10-16
Fixed #34798 -- Fixed QuerySet.aggregate() crash when referencing expressions...
Simon Charette
2023-08-11
Fixed #34362 -- Fixed FilteredRelation() crash on conditional expressions.
Francesco Panico
2023-08-11
Fixed #34743 -- Fixed Meta.constraints validation crash when using pk.
Francesco Panico
2023-08-02
Removed unneeded escapes in regexes.
Mariusz Felisiak
2023-08-01
Fixed #34750 -- Fixed QuerySet.count() when grouping by unused multi-valued a...
Mariusz Felisiak
2023-07-21
Refs #34362 -- Added get_child_with_renamed_prefix() hook.
Francesco Panico
2023-07-19
Fixed #34717 -- Fixed QuerySet.aggregate() crash when referencing window func...
Simon Charette
2023-06-14
Refs #32143 -- Removed superflous constraints on excluded query.
Simon Charette
2023-06-14
Refs #32143 -- Adjusted a comment about subquery usage in Query.split_exclude().
Simon Charette
2023-06-01
Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships.
Simon Charette
2023-05-23
Fixed #34551 -- Fixed QuerySet.aggregate() crash when referencing subqueries.
Simon Charette
2023-05-23
Refs #34551 -- Fixed QuerySet.aggregate() crash on precending aggregation ref...
Simon Charette
2023-05-17
Fixed #34570 -- Silenced noop deferral of many-to-many and GFK.
Simon Charette
2023-04-24
Refs #33766 -- Removed sql.Query.build_filtered_relation_q().
Simon Charette
2023-04-24
Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.
Simon Charette
2023-04-07
Fixed #34464 -- Fixed queryset aggregation over group by reference.
Simon Charette
2023-04-05
Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.
Simon Charette
2023-04-04
Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions.
Simon Charette
2023-03-28
Refs #29799 -- Added field instance lookups to suggestions in FieldErrors.
Mariusz Felisiak
2023-03-25
Fixed #34437 -- Made values() resolving error mention selected annotations.
Simon Charette
2023-03-24
Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...
David Wobrock
2023-03-20
Fixed some typos in comments, docstrings, and tests.
Liyang Zhang
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-09
Fixed #34176 -- Fixed grouping by ambiguous aliases.
Simon Charette
2022-12-01
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
2022-11-23
Fixed #31679 -- Delayed annotating aggregations.
Simon Charette
2022-11-14
Refs #25307 -- Replaced SQLQuery.rewrite_cols() by replace_expressions().
Simon Charette
2022-11-14
Reduced nesting inside Query.get_aggregation().
Simon Charette
2022-11-14
Refs #28477 -- Fixed handling aliased annotations on aggregation.
Simon Charette
2022-11-11
Refs #28477 -- Reduced complexity of aggregation over qualify queries.
Simon Charette
2022-11-09
Fixed #28477 -- Stripped unused annotations on aggregation.
Simon Charette
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-10-06
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Simon Charette
2022-10-06
Refs #33992 -- Refactored subquery grouping logic.
Simon Charette
2022-10-06
Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.
Simon Charette
2022-10-04
Fixed #34012 -- Made QuerySet.order_by() apply transforms on related fields f...
David Sanders
2022-09-22
Fixed #34015 -- Allowed filtering by transforms on relation fields.
Mariusz Felisiak
2022-09-09
Fixed #33975 -- Fixed __in lookup when rhs is a queryset with annotate() and ...
DevilsAutumn
[next]