mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
This commit is contained in:
parent
c16b9dd8e0
commit
c1aec0feda
27 changed files with 238 additions and 93 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue