summaryrefslogtreecommitdiff
path: root/docs/releases/2.0.3.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2018-02-28 18:05:23 +0100
committerGitHub <noreply@github.com>2018-02-28 18:05:23 +0100
commit54f80430be4a9adf1fc00b4ca17547415fafc69b (patch)
treed3d749ef496d8a5aa3b3738c80d47a9c30251e4f /docs/releases/2.0.3.txt
parent3fb718f17d0684a2eabcf4af722e84ac4608c76f (diff)
Fixed #29166 -- Fixed crash in When() expression with a list argument.
Thanks Matthew Pava for the report and Tim Graham and Carlton Gibson for reviews. Regression in 19b2dfd1bfe7fd716dd3d8bfa5f972070d83b42f.
Diffstat (limited to 'docs/releases/2.0.3.txt')
-rw-r--r--docs/releases/2.0.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.3.txt b/docs/releases/2.0.3.txt
index c0c9ebb782..348af75bc0 100644
--- a/docs/releases/2.0.3.txt
+++ b/docs/releases/2.0.3.txt
@@ -21,3 +21,6 @@ Bugfixes
* Made ``Q.deconstruct()`` deterministic with multiple keyword arguments
(:ticket:`29125`). You may need to modify ``Q``'s in existing migrations, or
accept an autogenerated migration.
+
+* Fixed a regression where a ``When()`` expression with a list argument crashes
+ (:ticket:`29166`).