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
/
compiler.py
Age
Commit message (
Expand
)
Author
2020-06-10
[3.1.x] Fixed #31657 -- Fixed ordering by attnames of self-referential Foreig...
Hasan Ramezani
2020-05-26
[3.1.x] Fixed #31614 -- Fixed aliases ordering by OrderBy() expressions of co...
Laurent Tramoy
2020-05-25
[3.1.x] Fixed #31624 -- Avoided subquery usage on QuerySet.all().delete().
Simon Charette
2020-05-14
[3.1.x] Fixed #31584 -- Fixed crash when chaining values()/values_list() afte...
Mariusz Felisiak
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-04-22
Avoided unnecessary recompilation of ordering clause regex in SQLCompiler.
Adam Johnson
2020-03-31
Refs #31403 -- Made SQLInsertCompiler.execute_sql() always return an iterable...
Adam Johnson
2020-03-19
Fixed #31285 -- Fixed inherited Meta.ordering of "-pk".
Jon Dufresne
2020-02-11
Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for...
Abhijeet Viswa
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-03
Fixed #31217 -- Made QuerySet.values()/values_list() group by not selected an...
Mariusz Felisiak
2019-12-19
Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggr...
Simon Charette
2019-12-02
Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...
Mariusz Felisiak
2019-11-18
Replaced QueryWrapper single usage with RawSQL.
Simon Charette
2019-10-24
Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.
Simon Charette
2019-10-11
Fixed #30854 -- Fixed QuerySet.select_related() with multiple FilteredRelations.
Hasan Ramezani
2019-10-11
Refs #30854 -- Moved local_setter() outside the loop in SQLCompiler.get_relat...
Hasan Ramezani
2019-09-24
Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns...
Mariusz Felisiak
2019-09-24
Fixed #29444 -- Allowed returning multiple fields from INSERT statements on O...
Johannes Hoppe
2019-09-10
Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.
Mariusz Felisiak
2019-09-09
Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model(...
Vojtech Bocek
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-08-13
Refs #25367 -- Moved select_format hook to BaseExpression.
Simon Charette
2019-07-11
Refs #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering conta...
Mariusz Felisiak
2019-07-11
Fixed #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering cont...
Hasan Ramezani
2019-07-08
Refs #29444 -- Added support for fetching a returned non-integer insert value...
Johannes Hoppe
2019-06-19
Fixed #29834 -- Fixed column mismatch crash with QuerySet.values()/values_lis...
can
2019-06-19
Fixed #30572 -- Prevented values()/values_list() on combined queryset from mu...
Mariusz Felisiak
2019-05-31
Fixed #26192 -- Fixed crash of ordering by constants on PostgreSQL.
Mariusz Felisiak
2019-05-23
Fixed #30501 -- Preventing QuerySet.reverse() from mutating expressions in Qu...
Mariusz Felisiak
2019-05-18
Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contain...
ruchit2801
2019-05-03
Fixed #29692 -- Fixed removing ordering parts for multiline RawSQL expressions.
can
2019-04-23
Fixed #29810 -- Fixed crash of select_related() on FilteredRelation with empt...
can
2019-04-18
Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over a neste...
can
2019-03-21
Refs #27149, #29542 -- Simplified subquery parentheses wrapping logic.
Simon Charette
2019-02-14
Fixed #29619 -- Added field names to some FieldErrors.
Hasan Ramezani
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-30
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...
Johannes Hoppe
2019-01-17
Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...
Tim Graham
2019-01-14
Fixed #30093 -- Fixed ordering of combined queryset ordered by F expressions.
Sergey Fedoseev
2018-12-06
Fixed #29932 -- Fixed combining compound queries with sub-compound queries on...
Mariusz Felisiak
2018-09-13
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Ramiro Morales
2018-08-29
Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or values_...
Mariusz Felisiak
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-07-25
Refs #29563 -- Fixed SQLCompiler.execute_sql() to respect DatabaseFeatures.ca...
Andrew Brown
2018-07-14
Fixed #29542 -- Fixed invalid SQL if a Subquery from the HAVING clause is use...
Mariusz Felisiak
2018-07-10
Deleted unused variable in SQLCompiler.get_related_selections().
Mads Jensen
2018-05-27
Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on MySQL whe...
Mariusz Felisiak
2018-04-19
Fixed #28574 -- Added QuerySet.explain().
Tom
2018-04-13
Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...
Mariusz Felisiak
[next]