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
2010-07-30
[1.2.X] Fixed #13882 -- Removed an unnecessary nested where clause introduced...
Russell Keith-Magee
2010-04-30
Fixed #12851 -- Another attempt at fixing select_related() with inherited mod...
Russell Keith-Magee
2010-04-30
Fixed #12851 -- Corrected the loading of values when select_related() is used...
Russell Keith-Magee
2010-04-23
Fixed #11764 -- Added a missing set of parentheses in a call calculating the ...
Russell Keith-Magee
2010-04-21
Fixed #13328 -- Ensured that querysets on models with callable defaults can b...
Russell Keith-Magee
2010-04-15
Fixed #13349 -- Ensure that raw queries evaluate the entire query if the back...
Russell Keith-Magee
2010-04-04
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-04-03
Fixed #12247 -- Corrected the way update queries are processed when the updat...
Russell Keith-Magee
2010-04-02
Fixed #12429 -- Modified RawQuery to provide some facilities required by Orac...
Russell Keith-Magee
2010-04-01
Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...
Russell Keith-Magee
2010-03-31
Fixed #11916 -- Corrected handling of aggregation when there is a subquery pr...
Russell Keith-Magee
2010-03-21
Fixed #12822: Don't copy the _aggregate_select_cache when cloning a query set,
Karen Tracey
2010-03-20
Fixed #12937 -- Corrected the operation of select_related() when following an...
Russell Keith-Magee
2010-03-20
Fixed #13156 -- Ensure that exists() queries are as fast as they can be. Than...
Russell Keith-Magee
2010-03-15
Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...
Russell Keith-Magee
2010-03-08
Fixed #12240 - select_related doesn't work correctly when mixing nullable and...
Luke Plant
2010-03-07
Fixed #12876 -- Corrected a problem with recursive relations under deepcopy. ...
Russell Keith-Magee
2010-02-23
Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...
Justin Bronn
2010-02-23
Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly...
Justin Bronn
2010-02-10
Fixed #11535: Corrected SQL generated for queries involving generic relations...
Karen Tracey
2010-01-29
Fixed #12721: Ensured objects with generic relations that use non-integer obj...
Karen Tracey
2010-01-27
Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...
Russell Keith-Magee
2009-12-24
Fixed #12433 -- Corrected a typo in the text of the exception raised by RawQu...
Russell Keith-Magee
2009-12-22
Changes to get raw queries working on the oracle backend.
Ian Kelly
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-20
Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL quer...
Jacob Kaplan-Moss
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
Jacob Kaplan-Moss
2009-11-19
Fixed #12242 -- Corrected a problem with masking extra selects() in a DateQue...
Russell Keith-Magee
2009-10-25
Fixed #12079: Changed has_results to get a single result, thus preventing exi...
Karen Tracey
2009-10-24
Fixed #11402: added a `QuerySet.exists()` method. Thanks, Alex Gaynor.
Jacob Kaplan-Moss
2009-09-16
Fixed #11886 -- Corrected handling of F() expressions that use parentheses. T...
Russell Keith-Magee
2009-06-06
Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause are...
Russell Keith-Magee
2009-06-06
Fixed #10572 -- Corrected the operation of the defer() and only() clauses whe...
Russell Keith-Magee
2009-05-29
Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.
Gary Wilson Jr
2009-05-11
Fixed #10953, #10955: proxies of proxies now work correctly, though I still d...
Jacob Kaplan-Moss
2009-04-30
Fixed #10847 -- Modified handling of extra() to use a masking strategy, rathe...
Russell Keith-Magee
2009-04-11
Fixed #10796 -- Corrected a pickling problem introduced by [10522]. Thanks to...
Russell Keith-Magee
2009-04-11
Fixed #10197 -- Corrected pickling of querysets when a subset of fields was s...
Russell Keith-Magee
2009-04-11
Fixed #10766 -- Raise an error when annotate() references another aggreagte()...
Russell Keith-Magee
2009-04-08
Fixed #10666 -- Corrected the handling of inherited fields with aggregate() a...
Russell Keith-Magee
2009-04-04
Fixed a problem when computing deferred fields on multiple related models.
Malcolm Tredinnick
2009-04-02
Fixed #10670: fixed reusing QuerySets previously used in a filter expression....
Jacob Kaplan-Moss
2009-04-01
Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r...
Justin Bronn
2009-03-24
Fixed #9926 -- Fixes for some select_related() situations.
Malcolm Tredinnick
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-03-18
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
Malcolm Tredinnick
2009-03-14
Fixed #10425 -- Corrected the interaction of .count() with .annotate() when ....
Russell Keith-Magee
2009-03-13
Fixed a case where column aliases weren't being quoted properly.
Ian Kelly
2009-03-13
Prevented InsertQuery from appending a 'RETURNING' clause when it's not actua...
Ian Kelly
2009-03-12
Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.
Ian Kelly
[next]