summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-02-18 11:45:12 +0100
committerGitHub <noreply@github.com>2020-02-18 11:45:12 +0100
commit2a038521c4eabdc5f6d5026d3dd6d22868e329cd (patch)
tree83f3c59819d0704ce4f65bd00865ffb7ff53eec9 /docs
parentcbb6531e5bef7ffe0c46d6c44d598d7bcdf9029e (diff)
Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.
This caused misplacing parameters in logged SQL queries. Regression in 79065b55a70cd220820a260a1c54851b7be0615a. Thanks Hans Aarne Liblik for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.0.4.txt b/docs/releases/3.0.4.txt
index 7be1ed15ce..216bc29b0e 100644
--- a/docs/releases/3.0.4.txt
+++ b/docs/releases/3.0.4.txt
@@ -20,3 +20,6 @@ Bugfixes
related fields or parent link fields with :ref:`multi-table-inheritance` in
the ``of`` argument, the corresponding models were not locked
(:ticket:`31246`).
+
+* Fixed a regression in Django 3.0 that caused misplacing parameters in logged
+ SQL queries on Oracle (:ticket:`31271`).