diff options
| author | Tim Graham <timograham@gmail.com> | 2017-04-15 13:01:38 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-17 08:32:29 -0400 |
| commit | c09bf8d76770d39a4d9545b67598cd05adee281b (patch) | |
| tree | 209391e0482730712a18d450d72b654b985e7158 /docs | |
| parent | e5dce7b0fbd2965e524ce97114f501319ec2bb6f (diff) | |
Fixed #28058 -- Restored empty BoundFields evaluating to True.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.1.txt b/docs/releases/1.11.1.txt index e7f2638881..953a6e8889 100644 --- a/docs/releases/1.11.1.txt +++ b/docs/releases/1.11.1.txt @@ -24,3 +24,6 @@ Bugfixes * Fixed empty POST data table appearing instead of "No POST data" in HTML debug page (:ticket:`28079`). + +* Restored ``BoundField``\s without any ``choices`` evaluating to ``True`` + (:ticket:`28058`). |
