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
Age
Commit message (
Expand
)
Author
2013-05-21
[1.5.x] Fixed prefetch_related + pickle regressions
Anssi Kääriäinen
2013-03-26
[1.5.x] Fixed #20091 -- Oracle null promotion for empty strings
Anssi Kääriäinen
2013-03-22
[1.5.x] Fixed #20094 - Be more careful when checking for Iterator
Marc Tamlyn
2013-02-20
[1.5.x] Fixed #19672 -- Error in negated Q() filtering
Anssi Kääriäinen
2012-12-21
[1.5.x] Refactored proxy model skipping in get_default_columns()
Anssi Kääriäinen
2012-11-28
[1.5.x] Fixed #14694 -- Made ``defer()`` work with reverse relations
Tai Lee
2012-11-23
[1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressions
Anssi Kääriäinen
2012-11-15
[1.5.x] Fixed #19058 -- Fixed Oracle GIS crash
Anssi Kääriäinen
2012-11-13
Removed use of SortedDict for query.alias_refcount
Anssi Kääriäinen
2012-11-08
[1.5.x] Fixed #17144 -- MySQL again groups by PK only
Anssi Kääriäinen
2012-10-26
[1.5.x] Fixed #15040 - Boolean fields return 0 and 1 when loaded through sele...
Luke Plant
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-10-10
Fixed #19096 -- Made can_return_id_from_insert more extendable
Michael Manfre
2012-10-08
Fixed #19087 -- Ensured query's base table is never LOUTER joined
Anssi Kääriäinen
2012-09-30
Avoided storing ExpressionNodes in dicts
Anssi Kääriäinen
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-26
Code comment fix.
Mitar
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-14
[py3] Removed unnecessary calls to .keys()
Aymeric Augustin
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-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Switched to Python 3-compatible imports.
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-07-16
Fixed #18056 - Cleared aggregations on DateQuery.add_date_select
Nuno Maltez
2012-07-03
Fixed comment wording in sql/where.py
Anssi Kääriäinen
2012-07-01
Fixed a regression introduced in where.as_sql() refactor
Anssi Kääriäinen
2012-07-01
Refactored the empty/full result logic in WhereNode.as_sql()
Anssi Kääriäinen
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
Replaced 'next' testing by collections.Iterator testing.
Claude Paroz
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
Switch a datastructure internal to the ORM to be a set, instead of a dictionary.
Alex Gaynor
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
[next]