| Age | Commit message (Collapse) | Author |
|
Backport of ac5f886c5610a6bca26dab10170b445d1e9df450 from master
|
|
integer.
Thanks Simon Charette for review.
|
|
|
|
Removed possible u'' prefixes on Python 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|