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
2009-03-11
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
Malcolm Tredinnick
2009-03-09
Pass values through get_db_prep_save() in a QuerySet.update() call.
Malcolm Tredinnick
2009-03-08
Fixed #10432 -- Handle all kinds of iterators in queryset filters.
Malcolm Tredinnick
2009-03-06
Improved table join handling for comparisons against NULL.
Malcolm Tredinnick
2009-03-04
Fixed #10251 -- Fixed model inheritance when there's also an explicit pk field.
Malcolm Tredinnick
2009-03-04
Fixed #10362 -- An update() that only affects a parent model no longer crashes.
Malcolm Tredinnick
2009-03-04
Changed the row count value returned from update queries in some cases.
Malcolm Tredinnick
2009-03-02
Fixed #10181 -- Handle an EmptyResultSet exception case properly in nested qu...
Malcolm Tredinnick
2009-03-01
Fixed insert/update handling when no database interaction is required.
Malcolm Tredinnick
2009-03-01
Fixed #10202 -- Fixed another couple of slicing edge-cases with querysets.
Malcolm Tredinnick
2009-02-28
Fixed #10028 -- Fixed a problem when ordering by related models.
Malcolm Tredinnick
2009-02-25
Fixed #10290: do not use aliases when adding extra_selects to the GROUP BY cl...
Ian Kelly
2009-02-24
Fixed #10161 -- Modified evaluation of query expressions to allow for operato...
Russell Keith-Magee
2009-02-23
Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...
Russell Keith-Magee
2009-02-16
Fixed #10248 -- Corrected handling of the GROUP BY clause when using a DateQu...
Russell Keith-Magee
2009-02-16
Fixed #10132 -- Corrected the interaction of extra() queries with the values(...
Russell Keith-Magee
2009-02-08
Fixed #10160 -- Modified evaluation of F() expressions to protect against pot...
Russell Keith-Magee
2009-02-08
Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...
Karen Tracey
2009-02-02
Fixed #10127 -- Corrected handling of select_related() in annotate() calls. T...
Russell Keith-Magee
2009-01-29
Fixed #7210 -- Added F() expressions to query language. See the documentation...
Russell Keith-Magee
2009-01-24
Refs #10113 -- Modified the generated SQL to remove redundant GROUP BY elemen...
Russell Keith-Magee
2009-01-24
Fixed #10113 -- Ensured that joined fields mentioned in order_by() are includ...
Russell Keith-Magee
2009-01-23
Fixed #10089 -- Corrected handling of aggregates when the query set contains ...
Russell Keith-Magee
2009-01-23
Fixed #10100 -- Corrected handling of the negation required exclude() clauses...
Russell Keith-Magee
2009-01-20
Fixed #10064 -- Corrected handling of aggregate queries that also use select_...
Russell Keith-Magee
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2009-01-08
Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL.
Malcolm Tredinnick
2009-01-08
Using querysets as an rvalue in filter() calls was causing an unnecessary
Malcolm Tredinnick
2009-01-08
Remove any ordering from a nested select query (in the where-clause).
Malcolm Tredinnick
2009-01-05
Nested query support.
Malcolm Tredinnick
2009-01-05
Reconciling where- and having-clause behaviour.
Malcolm Tredinnick
2008-12-10
If an SQL query doesn't specify any ordering, avoid the implicit sort
Malcolm Tredinnick
2008-12-09
Fixed #9778 -- Added some special casing of the "Join on field 'abc'" error
Malcolm Tredinnick
2008-12-08
This fixes a group of problems in the SQL created by QuerySet.exclude() when
Malcolm Tredinnick
2008-12-07
Fixed #9188 -- Fixed a case where we were generating syntactically invalid SQ...
Malcolm Tredinnick
2008-10-24
Fixed #9307 -- Added the ability to pickle the Query class used by the Oracle
Malcolm Tredinnick
2008-10-24
Fixed #9406 -- Ensure that each database column is only represented once in the
Malcolm Tredinnick
2008-10-08
A queryset that has had ordering removed (order_by()) can have ordering added
Malcolm Tredinnick
2008-10-08
Applying a limit to a queryset that already had an upper limit of 0 wasn't
Malcolm Tredinnick
2008-10-05
Fixed #9068 -- Fixed a couple of typos in InsertQuery.clone(). Thanks, rush.
Malcolm Tredinnick
2008-09-28
Fixed Queryset.dates() in the presence of extra-select columns.
Malcolm Tredinnick
2008-09-22
Fixed a missing variable initialisation deep in the Query bowels.
Malcolm Tredinnick
2008-09-11
Fixed a typo so that cloning UpdateQuery objects won't fail mysteriously.
Malcolm Tredinnick
2008-09-11
A bug from queryset-refactor days: although the Query class has "group_by" and
Malcolm Tredinnick
2008-09-03
Fixed #8819 -- Don't include two copies of extra-select columns in the query.
Malcolm Tredinnick
2008-09-02
Fixed #8790 -- Multi-branch join trees that shared tables of the same name were
Malcolm Tredinnick
2008-09-02
Fixed #8439 -- Complex combinations of Q-objects (using both conjunctions and
Malcolm Tredinnick
2008-09-02
A typo fix that fortunately wasn't creating invalid SQL, just slightly less
Malcolm Tredinnick
2008-09-02
Get the join promotion code (a bit more) correct when constructing joins for ...
Malcolm Tredinnick
2008-09-01
Replaced exact lookups of the empty string with isnull lookups in Oracle. Fi...
Ian Kelly
[prev]
[next]