summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReto Aebersold <aeby@substyle.ch>2016-10-04 05:44:19 -0600
committerTim Graham <timograham@gmail.com>2016-10-04 07:44:19 -0400
commit3ab55c1a8a58ae6d6791cafbcefaf224d01ff314 (patch)
tree855eab122603b045e7de006de3f9bb7bb65d3416 /docs
parentfe1aee6b98d2a94ecc983463938135d192ef9afc (diff)
Fixed #27309 -- Added CallableBool.__hash__().
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.3.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.10.3.txt b/docs/releases/1.10.3.txt
index 9900080b8f..2560b1db00 100644
--- a/docs/releases/1.10.3.txt
+++ b/docs/releases/1.10.3.txt
@@ -9,4 +9,5 @@ Django 1.10.3 fixes several bugs in 1.10.2.
Bugfixes
========
-* ...
+* Allowed ``User.is_authenticated`` and ``User.is_anonymous`` properties to be
+ tested for ``set`` membership (:ticket:`27309`).