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
2014-06-14
Improved code style of Query.table_alias() usage.
Jorge C. Leitão
2014-06-14
Fixed #22826 -- Improved internal usage of Query.setup_joins.
Jorge C. Leitão
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-05
Fixed #22466 -- ordering by reverse foreign key
Anssi Kääriäinen
2014-05-05
Fixed #22429 -- Incorrect SQL when using ~Q and F
Anssi Kääriäinen
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-08
4 flake8 warning fixes
Alex Gaynor
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-07
Fixed #21863 -- supplemented get_lookup() with get_transform()
Anssi Kääriäinen
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-25
Fixed bad grammar in a comment.
Martin Matusiak
2014-02-04
Fixed #21748 -- join promotion for negated AND conditions
Anssi Kääriäinen
2014-01-24
Fixed #21787 -- regression in MTI .exclude() queries
Anssi Kääriäinen
2014-01-19
Fixed Oracle query failures caused by lookup refactor
Anssi Kääriäinen
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-12-18
Fixed #11629 -- Deprecated callable arguments to queryset methods.
Baptiste Mispelon
2013-12-18
Fixed #21552 -- Allowed the use of None for the iexact lookup.
Denis Moskalets
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-30
Fixed comment typos.
Alex Hill
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-27
Used simpler queries for m2m clearing when possible.
Anssi Kääriäinen
2013-11-07
Removed Query.setup_joins() and join() argument outer_if_first.
Anssi Kääriäinen
2013-11-07
Fixed #21376 -- New implementation for query join promotion logic
Anssi Kääriäinen
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #14511 -- bug in .exclude() query
Anssi Kääriäinen
2013-11-02
Fixed #21366 -- regression in join promotion logic
Anssi Kääriäinen
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-15
Fixed #16855 -- select_related() chains as expected.
Marc Tamlyn
2013-10-05
Fixed #18414 -- qs.exists() for sliced distinct queries
Anssi Kääriäinen
2013-10-05
Improved Query join promotion logic
Anssi Kääriäinen
2013-09-14
Fixed #20950 -- Instantiate OrderedDict() only when needed
Anssi Kääriäinen
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-30
Removed stale add_q() comment
Anssi Kääriäinen
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-19
Fixed #11881 -- removed junk from aggregation subqueries
Anssi Kääriäinen
2013-08-19
Fixed #12886 -- aggregation over sliced queryset
Anssi Kääriäinen
2013-08-13
Fixed #20874 -- bump_prefix() in nested subqueries
Anssi Kääriäinen
2013-08-07
Fixed #17424 -- annotate() + exclude() bug
Anssi Kääriäinen
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-31
Fixed #15624 -- Made sure aggregations are present in SELECT
Florian Hahn
2013-07-31
Added field.attname to Options.name_map
Anssi Kääriäinen
2013-07-23
Fixed #20782 -- qs.values().aggregate() failure
Anssi Kääriäinen
2013-07-09
Fixed #17339 -- Factor out has_result into database backend.
Tim Graham
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-06-18
Fixed #14930 -- values_list() failure on qs ordered by extra column
Florian Hahn
2013-06-16
Fixed #20583 -- ORM always uses setup_joins() for join generation
Anssi Kääriäinen
2013-06-14
Fixed #20528 -- regression in select_related join promotion
Anssi Kääriäinen
2013-06-06
Fixed #20564 -- Generic relations exclude() regression
Anssi Kääriäinen
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-15
Fixed #20413 - Respect Query.get_meta()
Mike Fogel
[prev]
[next]