mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.7.x] Fixed #23132 -- Removed confusing clause in auth docs.
Backport of abb97cffdf from master
This commit is contained in:
parent
8e7fdfdb6f
commit
7e6eeef366
@ -7,10 +7,9 @@ Using the Django authentication system
|
|||||||
This document explains the usage of Django's authentication system in its
|
This document explains the usage of Django's authentication system in its
|
||||||
default configuration. This configuration has evolved to serve the most common
|
default configuration. This configuration has evolved to serve the most common
|
||||||
project needs, handling a reasonably wide range of tasks, and has a careful
|
project needs, handling a reasonably wide range of tasks, and has a careful
|
||||||
implementation of passwords and permissions, and can handle many projects as
|
implementation of passwords and permissions. For projects where authentication
|
||||||
is. For projects where authentication needs differ from the default, Django
|
needs differ from the default, Django supports extensive :doc:`extension and
|
||||||
supports extensive :doc:`extension and customization
|
customization </topics/auth/customizing>` of authentication.
|
||||||
</topics/auth/customizing>` of authentication.
|
|
||||||
|
|
||||||
Django authentication provides both authentication and authorization together
|
Django authentication provides both authentication and authorization together
|
||||||
and is generally referred to as the authentication system, as these features
|
and is generally referred to as the authentication system, as these features
|
||||||
|
Loading…
x
Reference in New Issue
Block a user