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
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-04
Fixed #19263 -- Fixed crash when filtering using __in and an empty QuerySet.
Tim Graham
2015-08-20
Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...
Tim Graham
2015-08-15
Fixed #24986 -- Added support for annotations in DISTINCT queries.
Valentina Mukhamedzhanova
2015-07-28
Adjusted SQLCompiler.get_order_by()'s docstring return value.
risicle
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-11
Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries
Anssi Kääriäinen
2015-04-20
Fixed #24654 -- Based ordering circular references detection on columns.
Simon Charette
2015-04-16
Fixed #24605 -- Fixed incorrect reference to alias in subquery.
Anssi Kääriäinen
2015-04-16
Fixed #24615 -- ordering by expression not part of SELECT
Anssi Kääriäinen
2015-04-13
Fixed #24611 -- Fixed update() crash with related UUID pk object.
Jay Wineinger
2015-03-29
Fixed #19259 -- Added group by selected primary keys support.
Simon Charette
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
Removed field.field check in setup_joins()
Anssi Kääriäinen
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Fixed #24268 -- removed Query.having
Anssi Kääriäinen
2015-01-30
Fixed #14483 -- Allowed using subqueries with GIS lookups
Claude Paroz
2015-01-30
Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.
Tim Graham
2015-01-19
Fixed #24174 -- Fixed extra order by descending
Josh Smeaton
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-13
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-24
Fixed #10414 -- Made select_related() fail on invalid field names.
Niclas Olofsson
2014-12-18
Refs #24020 -- return expressions from get_group_by_cols()
Anssi Kääriäinen
2014-11-28
Fixed #23853 -- Added Join class to replace JoinInfo
Anssi Kääriäinen
2014-11-27
Fixed #23877 -- aggregation's subquery missed target col
Anssi Kääriäinen
2014-11-27
Fixed #23875 -- cleaned up query.get_count()
Anssi Kääriäinen
2014-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-20
Fixed #23605 -- Fixed nested subquery regression
Anssi Kääriäinen
2014-11-20
Fixed #23876 -- Removed dead code in SQLAggregateCompiler.
Carl Meyer
2014-11-18
Deprecated calling a SQLCompiler instance.
Carl Meyer
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-11
Fixed #23259 -- Corrected insertion order of extra() select_params
Rajiv Makhijani
2014-07-01
Fixed #14334 -- Query relation lookups now check object types.
Anubhav Joshi
2014-06-14
Improved code style of Query.table_alias() usage.
Jorge C. Leitão
2014-06-14
Removed unnecessary attribute assigment to SQLCompiler.
Jorge C. Leitão
2014-04-30
Fixed #19195 -- Allow explicit ordering by a relation `_id` field.
Simon Charette
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-10
Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-03-12
Flake8 corrections
Shai Berger
2014-03-10
Fixed #22210 -- Saving model instances to non-related fields.
Daniel Pyrathon
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-02
Removed an unused import which snuck in.
Alex Gaynor
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
Made SQLCompiler.execute_sql(result_type) more explicit.
Michael Manfre
[next]