summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-04-15 13:01:38 -0400
committerTim Graham <timograham@gmail.com>2017-04-17 08:56:15 -0400
commit844ae40a7cdcb1738ca3a2e8f13bb6b8c2e22efd (patch)
tree41cea31c91366c29bd1f985aca02bdf2471e937e /docs
parent91bbe7b1c1da16d51ec35a307762526c026b093a (diff)
[1.11.x] Fixed #28058 -- Restored empty BoundFields evaluating to True.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01 Backport of c09bf8d76770d39a4d9545b67598cd05adee281b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.1.txt3
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`).