1
0
mirror of https://github.com/django/django.git synced 2025-06-08 04:59:13 +00:00

[1.5.x] Fixed grammatical error in auth docs

Backport of 51b50c47c7 from master
This commit is contained in:
David Binetti 2013-07-13 20:28:04 -07:00 committed by Tim Graham
parent 8904e9fb98
commit d1a002a44c

View File

@ -318,7 +318,7 @@ If you have an authenticated user you want to attach to the current session
which authentication backend successfully authenticated that user (see the which authentication backend successfully authenticated that user (see the
:ref:`backends documentation <authentication-backends>` for details), and :ref:`backends documentation <authentication-backends>` for details), and
this information is needed later during the login process. An error will be this information is needed later during the login process. An error will be
raise if you try to login a user object retrieved from the database raised if you try to login a user object retrieved from the database
directly. directly.
How to log a user out How to log a user out