diff options
| author | Mark Lavin <markdlavin@gmail.com> | 2015-06-05 10:48:57 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-05 12:22:43 -0400 |
| commit | 541f4ea546ad3065852db816769ba6b584e3f373 (patch) | |
| tree | bfd7489250bc0aab3ccfd0547fdea7ed05231796 /docs | |
| parent | f0450c9b1298bf5f39e229aec76c9bf7d57d4479 (diff) | |
Fixed #24924 -- Join promotion for multiple Case expressions
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.3.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index d544183445..6ac0d3f592 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -53,3 +53,7 @@ Bugfixes * Fixed queryset annotations when using ``Case`` expressions with ``exclude()`` (:ticket:`24833`). + +* Corrected join promotion for multiple ``Case`` expressions. Annotating a + query with multiple ``Case`` expressions could unexpectedly filter out + results (:ticket:`24924`). |
