| Age | Commit message (Collapse) | Author |
|
Backport of 1c8c0837c61a9e9eb2129df29f75be92e47e926c from master
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
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
|
|
|
|
|