From f04495521ade8a2befc1aca70dd0a2c7aad4c987 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 30 May 2017 06:40:41 -0400 Subject: Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST. Thanks Simon Charette for the fix. --- docs/releases/1.11.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt index 4dcfda7cc7..718dc386bb 100644 --- a/docs/releases/1.11.2.txt +++ b/docs/releases/1.11.2.txt @@ -39,3 +39,6 @@ Bugfixes * Fixed ``MultipleObjectMixin.paginate_queryset()`` crash on Python 2 if the ``InvalidPage`` message contains non-ASCII (:ticket:`28204`). + +* Prevented ``Subquery`` from adding an unnecessary ``CAST`` which resulted in + invalid SQL (:ticket:`28199`). -- cgit v1.3