summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-10-25 21:52:38 +0200
committerGitHub <noreply@github.com>2017-10-25 21:52:38 +0200
commit81e357a7e19f35235cc998459a10213532727d4e (patch)
treebfe23a951cdeae317998052a9b685866c3b1c687 /docs
parent171c7cc863eafc2346aa84ffd1d540644539f1a4 (diff)
Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
Regression in f48bc7c3dbd204eefb3c19016b1e4906ac26bee3.
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`).