mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Change the lack of supports_inactive_user on an auth backend to a
!PendingDeprecationWarning (refs #14249), fixing some bad links in the 1.3 release docs and a typo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
92d4352283
commit
faa4a98f27
3 changed files with 6 additions and 6 deletions
|
@ -1644,7 +1644,7 @@ Authorization for inactive users
|
|||
|
||||
An inactive user is a one that is authenticated but has its attribute
|
||||
``is_active`` set to ``False``. However this does not mean they are not
|
||||
authrozied to do anything. For example they are allowed to activate their
|
||||
authorized to do anything. For example they are allowed to activate their
|
||||
account.
|
||||
|
||||
The support for anonymous users in the permission system allows for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue