1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27309 -- Added CallableBool.__hash__().

This commit is contained in:
Reto Aebersold
2016-10-04 05:44:19 -06:00
committed by Tim Graham
parent fe1aee6b98
commit 3ab55c1a8a
3 changed files with 9 additions and 1 deletions

View File

@@ -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`).