summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnssi Kääriäinen <anssi.kaariainen@thl.fi>2015-04-16 08:39:31 +0300
committerTim Graham <timograham@gmail.com>2015-04-16 09:32:23 -0400
commitc3a9820251ab06bbe491f11f3112031fb2dad8bd (patch)
treed4c8db01bd8130ab6b0fd16d9375da38710bc63a /docs
parentbcb536004a0c6a60c8c45c28c0a3127ba2321278 (diff)
[1.7.x] Fixed #24605 -- Fixed incorrect reference to alias in subquery.
Thanks to charettes and priidukull for investigating the issue, and to kurevin for the report. Backport of 355c5edd9390caad5725375abca03460805f663b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.8.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/releases/1.7.8.txt b/docs/releases/1.7.8.txt
index 0e5255048a..912171f8da 100644
--- a/docs/releases/1.7.8.txt
+++ b/docs/releases/1.7.8.txt
@@ -4,5 +4,9 @@ Django 1.7.8 release notes
*Under development*
-Django 1.7.8 fixes database introspection with SQLite 3.8.9 (released April 8,
-2015) (:ticket:`24637`).
+Django 1.7.8 fixes:
+
+* Database introspection with SQLite 3.8.9 (released April 8, 2015)
+ (:ticket:`24637`).
+
+* A database table name quoting regression in 1.7.2 (:ticket:`24605`).