From 024abe5b82d95ee60cb18a77ebf841ad715467fa Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 26 Sep 2018 20:18:48 +0200 Subject: 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. --- docs/releases/2.1.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3