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
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-05-30
Fixed #16436 -- defer + annotate + select_related crash
Tai Lee
2013-05-27
Fixed #20507 -- SubqueryConstraint alias relabeling
Anssi Kääriäinen
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-15
Fixed #20413 - Respect Query.get_meta()
Mike Fogel
2013-05-08
Fixed test failures on MySQL.
Aymeric Augustin
2013-04-08
Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.
Tobias McNulty
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-13
Refactored qs.add_q() and utils/tree.py
Anssi Kääriäinen
2013-02-28
Fixed #19929 -- Improved error when MySQL doesn't have TZ definitions.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-21
Fixed #19870 -- Regression in select_related in inheritance cases
Anssi Kääriäinen
2013-02-20
Removed join() promote kwarg
Anssi Kääriäinen
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2012-12-30
Minor improvement to proxy model handling
Anssi Kääriäinen
2012-12-30
Added Query.join_parent_model()
Anssi Kääriäinen
2012-12-30
Made sure join_field is always available in .join()
Anssi Kääriäinen
2012-12-20
Fixed a regression in distinct_on
Anssi Kääriäinen
2012-12-20
Fixed #19500 -- Solved a regression in join reuse
Anssi Kääriäinen
2012-12-16
Fixed #10790 -- Refactored sql.Query.setup_joins()
Anssi Kääriäinen
2012-11-15
Fixed #13781 -- Improved select_related in inheritance situations
Anssi Kääriäinen
2012-11-15
Fixed #19058 -- Fixed Oracle GIS crash
Anssi Kääriäinen
2012-11-08
Fixed #17144 -- MySQL again groups by PK only
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-26
Fixed #15040 - Boolean fields return 0 and 1 when loaded through select_related
Luke Plant
2012-10-10
Fixed #19096 -- Made can_return_id_from_insert more extendable
Michael Manfre
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi Kääriäinen
2012-09-16
Fixed #17485 regression -- only + select_related interaction
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-14
[py3] Removed unnecessary calls to .keys()
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-06-26
Fixed #17485 -- Made defer work with select_related
Anssi Kääriäinen
2012-05-24
Fixed qs.order_by() join promotion for already existing joins
Anssi Kääriäinen
2012-05-22
Fixed #18304 -- Optimized save() when update_can_self_select=False
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-05-07
Imported zip from future_builtins instead of itertools.izip.
Claude Paroz
2012-04-29
Fixed #17644 -- Changed Query.alias_map to use namedtuples
Adrian Holovaty
2012-02-22
Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...
Carl Meyer
2012-01-03
Fixed #17429 -- Ensured that `Meta.ordering=None` works the same if it were a...
Julien Phalip
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-10-16
Fixed #17056 -- Tweaked insert SQL clause generation so a corner case doesn't...
Ramiro Morales
2011-09-10
Remove a bunch of deadcode/dead imports.
Alex Gaynor
[prev]
[next]