index
:
django.git
fix-31295
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
/
subqueries.py
Age
Commit message (
Expand
)
Author
2017-11-21
Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy mod...
Yan Mitrofanov
2017-07-31
Refs #20880 -- Removed non-cloning logic from Query.clone().
Anssi Kääriäinen
2017-07-08
Removed useless hasattr in UpdateQuery._setup_query().
Tim Graham
2017-06-29
Removed obsolete Query.tables attribute.
Anssi Kääriäinen
2017-03-08
Refs #27624 -- Made many attributes of Query immutable.
Adam Johnson
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-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-10-28
Fixed #20939 -- Simplified query generation by converting QuerySet to Query.
Tim Graham
2016-10-15
Removed unused 'field' argument to DeleteQuery.delete_batch().
Tim Graham
2016-10-13
Removed unused InsertQuery.clone().
Tim Graham
2016-06-29
Fixed #19513, #18580 -- Fixed crash on QuerySet.update() after annotate().
David Sanders
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-12-14
Fixed #25882 -- Prevented fast deletes matching no rows from crashing on MySQL.
Simon Charette
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-05-22
Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...
Alexander Sosnovskiy
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 #24164 -- Fixed Oracle GIS limited aggregation test failure.
Tim Graham
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-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
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-06-14
Fixed #22826 -- Improved internal usage of Query.setup_joins.
Jorge C. Leitão
2014-02-02
Made SQLCompiler.execute_sql(result_type) more explicit.
Michael Manfre
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-14
Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning.
Loic Bistuer
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-09-24
Fix small grammatical error in comment.
Andrei Picus
2013-09-06
Minor factorization.
Aymeric Augustin
2013-07-31
Fixed #20348 -- Consistently handle Promise objects in model fields.
Tai Lee
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-15
Fixed #20413 - Respect Query.get_meta()
Mike Fogel
2013-03-13
Refactored qs.add_q() and utils/tree.py
Anssi Kääriäinen
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2012-12-20
Fixed #19500 -- Solved a regression in join reuse
Anssi Kääriäinen
2012-10-27
Fixed #19190 -- Refactored Query select clause attributes
Anssi Kääriäinen
2012-10-25
Fixed regression caused by #19102
Anssi Kääriäinen
2012-10-25
Added docstring to DeleteQuery.delete_qs()
Anssi Kääriäinen
2012-10-25
Fixed #19102 -- Fixed fast-path delete for modified SELECT clause cases
Anssi Kääriäinen
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi Kääriäinen
2012-09-08
Internal refactoring; moving LOOKUP_SEP up one level.
Malcolm Tredinnick
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-16
Fixed #18056 - Cleared aggregations on DateQuery.add_date_select
Nuno Maltez
2012-03-13
Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal...
Jannis Leidel
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
[next]