mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.
Per deprecation timeline.
This commit is contained in:
@@ -358,3 +358,6 @@ these features.
|
||||
|
||||
* The shim for supporting custom related manager classes without a
|
||||
``_apply_rel_filters()`` method is removed.
|
||||
|
||||
* Using ``User.is_authenticated()`` and ``User.is_anonymous()`` as methods
|
||||
rather than properties is no longer be supported.
|
||||
|
||||
Reference in New Issue
Block a user