From c1aec0feda73ede09503192a66f973598aef901d Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 2 Apr 2016 13:18:26 +0200 Subject: Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 810f7d1a2b..d428f414f7 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -147,6 +147,9 @@ details on these changes. * The shim for supporting custom related manager classes without a ``_apply_rel_filters()`` method will be removed. +* Using ``User.is_authenticated()`` and ``User.is_anonymous()`` as methods + will no longer be supported. + .. _deprecation-removed-in-1.10: 1.10 -- cgit v1.3