| Age | Commit message (Collapse) | Author |
|
used in the GROUP BY clause.
Thanks Tim Graham for the review.
|
|
|
|
when using a RawSQL annotation.
Regression in 1d070d027c218285b66c0bde8079034b33a87f11.
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
|
|
|
|
SQLite.
|
|
CombinedExpression(output_field=DecimalField()) annotation on SQLite.
|
|
Thanks Tim Graham and Nick Pope for reviews.
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
integer.
Thanks Simon Charette for review.
|
|
|
|
Removed possible u'' prefixes on Python 2.
|
|
|
|
|
|
|
|
|
|
|
|
QuerySet.exists() incorrectly handled query.group_by = True
case (grouping by all select fields), causing GROUP BY
expressions to be wiped along with select fields.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refs #23843 which is really a cx_Oracle bug
|
|
|
|
|