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
/
query.py
Age
Commit message (
Expand
)
Author
2012-12-20
Fixed #18854 -- Join promotion in disjunction cases
Anssi Kääriäinen
2012-12-20
Fixed #19500 -- Solved a regression in join reuse
Anssi Kääriäinen
2012-12-17
Replaced '__' with LOOKUP_SEP in sql/query.py
Anssi Kääriäinen
2012-12-16
Fixed #10790 -- Refactored sql.Query.setup_joins()
Anssi Kääriäinen
2012-12-16
Fixed #18816 -- Removed "trim" argument from add_filter()
Anssi Kääriäinen
2012-11-28
Fixed #14694 -- Made ``defer()`` work with reverse relations
Tai Lee
2012-11-24
Updated stale docstring of setup_joins
Anssi Kääriäinen
2012-11-23
Fixed #18375 -- Removed dict-ordering dependency for F-expressions
Anssi Kääriäinen
2012-11-13
Removed use of SortedDict for query.alias_refcount
Anssi Kääriäinen
2012-10-31
Removed dupe_avoidance from sql/query and sql/compiler.py
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
Fixed #19102 -- Fixed fast-path delete for modified SELECT clause cases
Anssi Kääriäinen
2012-10-08
Fixed #19087 -- Ensured query's base table is never LOUTER joined
Anssi Kääriäinen
2012-09-08
Internal refactoring; moving LOOKUP_SEP up one level.
Malcolm Tredinnick
2012-09-07
Cleaned up some small bits of the ORM, including removing an import *.
Alex Gaynor
2012-08-25
Fixed #16715 -- Fixed join promotion logic for nested nullable FKs
Anssi Kääriäinen
2012-08-21
Fixed #17886 -- Fixed join promotion in ORed nullable queries
Anssi Kääriäinen
2012-08-12
Fixed #18731 -- Cleaned up split_exclude's use of can_reuse
Anssi Kääriäinen
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
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-17
Switched to use a more idiomatic construct.
Alex Gaynor
2012-07-17
Fixed #17497 -- Corrected FieldError message in add_fields()
Anssi Kääriäinen
2012-06-26
Fixed #17485 -- Made defer work with select_related
Anssi Kääriäinen
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-09
Fix proxy model Query.remove_inherited_models()
Anssi Kääriäinen
2012-04-29
Fixed #17644 -- Changed Query.alias_map to use namedtuples
Adrian Holovaty
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Removed unused variable from sql/query.py
Anssi Kääriäinen
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
2012-04-29
Simplified QuerySet field.null handling
Anssi Kääriäinen
2012-04-08
Fixed #18014 -- Removed rev_join_map from sql/query.py.
Anssi Kääriäinen
2012-03-22
Used SortedDict instead of dict to avoid random errors that may occur when di...
Aymeric Augustin
2012-02-22
Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...
Carl Meyer
2012-02-05
Fixed #11670 -- Prevented genuine model fields named 'year', 'month', 'gt', '...
Julien Phalip
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-11-13
Fixed #13640: Avoid generating an exception when a model has an attribute nam...
Karen Tracey
2011-09-10
Remove a bunch of deadcode/dead imports.
Alex Gaynor
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-08-23
Allow "pk" as a field alias in QuerySet.only() calls.
Malcolm Tredinnick
2011-08-23
Fixed an isnull=False filtering edge-case. Fixes #15316.
Malcolm Tredinnick
2011-08-23
Added convenience method for viewing Query SQL without params.
Malcolm Tredinnick
2011-08-22
Fixed #14876 -- Ensure that join promotion works correctly when there are nul...
Russell Keith-Magee
2011-06-28
Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...
Jannis Leidel
2011-05-21
Fixed #14476 -- Fixed resolution of automatically generated annotation names ...
Ramiro Morales
2011-05-15
Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy...
Ramiro Morales
2011-05-05
Fixed #15823 - incorrect join condition when combining Q objects
Luke Plant
2011-04-22
Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks...
Jannis Leidel
[prev]
[next]