summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-10-25 21:52:38 +0200
committerTim Graham <timograham@gmail.com>2017-10-25 17:25:45 -0400
commitf5184ae5dc370892d1b96576f68962b2c1c6c979 (patch)
treea94cb82d35b1cdb8ec8d5679120f361913dbb4c6 /docs
parent01987bc0b4156b0ed24cd1654ca7f672c4171e94 (diff)
[2.0.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
Regression in f48bc7c3dbd204eefb3c19016b1e4906ac26bee3. Backport of 81e357a7e19f35235cc998459a10213532727d4e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.7.txt b/docs/releases/1.11.7.txt
index fe2cf2e300..81334533e9 100644
--- a/docs/releases/1.11.7.txt
+++ b/docs/releases/1.11.7.txt
@@ -16,3 +16,6 @@ Bugfixes
* Made ``QuerySet.reverse()`` affect ``nulls_first`` and ``nulls_last``
(:ticket:`28722`).
+
+* Fixed unquoted table names in ``Subquery`` SQL when using ``OuterRef``
+ (:ticket:`28689`).