diff options
| author | Anssi Kääriäinen <anssi.kaariainen@thl.fi> | 2015-04-16 08:39:31 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-16 09:31:29 -0400 |
| commit | 581afddc77ccd2e343d51ede5deb33bbcf113ab2 (patch) | |
| tree | 959559ad388c87dd80842ef50928bff22d5555b4 /docs | |
| parent | 1e594b257e74f60292ca421f9df11d5fd7804ea6 (diff) | |
[1.8.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.txt | 8 | ||||
| -rw-r--r-- | docs/releases/1.8.1.txt | 2 |
2 files changed, 8 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`). diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt index 976179c41e..15b7546933 100644 --- a/docs/releases/1.8.1.txt +++ b/docs/releases/1.8.1.txt @@ -53,3 +53,5 @@ Bugfixes * Fixed queries where an expression was referenced in ``order_by()``, but wasn't part of the select clause. An example query is ``qs.annotate(foo=F('field')).values('pk').order_by('foo'))`` (:ticket:`24615`). + +* Fixed a database table name quoting regression (:ticket:`24605`). |
