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
2017-11-21
[2.0.x] Fixed #28817 -- Made QuerySet.iterator() use server-side cursors afte...
Dražen Odobašić
2017-11-12
[2.0.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for uni...
Mariusz Felisiak
2017-10-28
[2.0.x] Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .....
Ran Benita
2017-10-06
[2.0.x] Refs #24254 -- Removed unnecessary SQL AS clause in SQLCompiler.as_sq...
Mariusz Felisiak
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-15
Removed unnecessary check in SQLCompiler.get_related_selections().
Tim Graham
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-09-02
Moved select_sql in SQLCompiler.get_extra_select() to improve performance.
Mariusz Felisiak
2017-08-23
Refs #28459 -- Improved performance of SQLCompiler.apply_converters().
Sergey Fedoseev
2017-08-08
Refs #28459 -- Improved performance of sql.compiler.cursor_iter().
Sergey Fedoseev
2017-08-07
Refs #28459 -- Improved performance of SQLCompiler.results_iter().
Sergey Fedoseev
2017-08-01
Fixed #28454 -- Simplifed use of Query.setup_joins() by returning a named tuple.
Matthew Wilkes
2017-08-01
Refs #28370 -- Moved db converters deprecation warning to improve performance.
Sergey Fedoseev
2017-07-31
Refs #20880 -- Removed non-cloning logic from Query.clone().
Anssi Kääriäinen
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-15
Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and interse...
Florian Apolloner
2017-07-10
Fixed #28378 -- Fixed union() and difference() when combining with a queryset...
Mariusz Felisiak
2017-06-29
Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().
Ran Benita
2017-06-29
Removed obsolete Query.tables attribute.
Anssi Kääriäinen
2017-06-13
Fixed #28293 -- Fixed union(), intersection(), and difference() when combinin...
Mariusz Felisiak
2017-06-01
Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator().
François Freitag
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-11
Fixed #24254 -- Fixed queries using the __in lookup with querysets using dist...
Simon Charette
2017-05-11
Fixed #28107 -- Disabled grouping of selected primary keys for unmanaged models.
Simon Charette
2017-04-10
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...
Sergey Fedoseev
2017-04-10
Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().
Mariusz Felisiak
2017-04-07
Fixed #23147 -- Disabled a limit/offset on a query with select_for_update on ...
Mariusz Felisiak
2017-03-29
Fixed #25414 -- Fixed QuerySet.annotate() with pk in values() on MySQL.
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Removed unused variables that are overwritten.
Mads Jensen
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2017-01-14
Refs #16614 -- Prevented database errors from being masked by cursor close.
François Freitag
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2016-12-29
Removed unused enumerate.
Florian Apolloner
2016-12-14
Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOne...
Daniel Hillier
2016-10-28
Fixed #20939 -- Simplified query generation by converting QuerySet to Query.
Tim Graham
2016-10-13
Removed unused branch in SQLUpdateCompiler.as_sql().
Tim Graham
2016-10-13
Removed unused EmptyResultSets in SQLCompilers.
Tim Graham
2016-10-04
Fixed #27193 -- Preserved ordering in select_for_update subqueries.
François Freitag
2016-09-27
Removed unused branch in SQLCompiler.as_subquery_condition().
Tim Graham
2016-09-09
Fixed #27062 -- Eased implementing select_for_update() on MSSQL.
Mikhail Denisenko
2016-08-08
Fixed #26500 -- Added SKIP LOCKED support to select_for_update().
Simon Charette
2016-08-08
Moved EmpytResultSet to django.core.exceptions.
Johannes Dollinger
2016-08-08
Fixed #26517 -- Fixed ExpressionWrapper with empty queryset.
Johannes Dollinger
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
[next]