diff options
| author | Reto Aebersold <aeby@substyle.ch> | 2016-10-04 05:44:19 -0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-10-04 07:44:19 -0400 |
| commit | 3ab55c1a8a58ae6d6791cafbcefaf224d01ff314 (patch) | |
| tree | 855eab122603b045e7de006de3f9bb7bb65d3416 /docs | |
| parent | fe1aee6b98d2a94ecc983463938135d192ef9afc (diff) | |
Fixed #27309 -- Added CallableBool.__hash__().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.3.txt | 3 |
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`). |
