summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOlexander Yermakov <mannavard1611@gmail.com>2016-08-31 11:07:30 +0300
committerTim Graham <timograham@gmail.com>2016-08-31 08:28:47 -0400
commit7c57f5cf8cd10b69d0c76ba97ab048ccc2917c55 (patch)
tree73e262f76e179f1a2a9859627f6a52d6a808a6a8 /docs
parentc6c1d940c140b3f55d03902e9000801a7962e046 (diff)
[1.10.x] Fixed #27154 -- Allowed comparing CallableBool with bitwise or.
Thanks Tim for the review. Backport of b7fb608142a0be568bc5dce952de5e6aefc2488c from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt
index 719f536b29..6dbf40de02 100644
--- a/docs/releases/1.10.1.txt
+++ b/docs/releases/1.10.1.txt
@@ -13,7 +13,7 @@ Bugfixes
doesn't return a result (:ticket:`26991`).
* Allowed ``User.is_authenticated`` and ``User.is_anonymous`` properties to be
- compared using ``==`` and ``!=`` (:ticket:`26988`).
+ compared using ``==``, ``!=``, and ``|`` (:ticket:`26988`, :ticket:`27154`).
* Removed the broken ``BaseCommand.usage()`` method which was for
``optparse`` support (:ticket:`27000`).