diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-09-26 20:18:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-26 20:18:48 +0200 |
| commit | 024abe5b82d95ee60cb18a77ebf841ad715467fa (patch) | |
| tree | 58375f803fde96f2badcd21e6af717fe0f063df0 /docs/releases/2.1.2.txt | |
| parent | 51da347c32f5af1e8de4be77c15d6a35b58d4059 (diff) | |
Fixed #29630 -- Fixed crash of sliced queries with multiple columns with the same name on Oracle 12.1.
Regression in 0899d583bdb140910698d00d17f5f1abc8774b07.
Thanks Tim Graham for the review and Jani Tiainen for help.
Diffstat (limited to 'docs/releases/2.1.2.txt')
| -rw-r--r-- | docs/releases/2.1.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.2.txt b/docs/releases/2.1.2.txt index 3651440bc6..cfa5b57f22 100644 --- a/docs/releases/2.1.2.txt +++ b/docs/releases/2.1.2.txt @@ -22,3 +22,6 @@ Bugfixes * Fixed a regression in Django 2.0 where unique index names weren't quoted (:ticket:`29778`). + +* Fixed a regression where sliced queries with multiple columns with the same + name crashed on Oracle 12.1 (:ticket:`29630`). |
