diff options
| author | Tim Graham <timograham@gmail.com> | 2013-07-14 09:34:38 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-14 09:34:38 -0700 |
| commit | 0d81fd0e5f44432cbd1efb9b0e655116427dee6e (patch) | |
| tree | 4c6468acbadb8729b9cc0293369dea41310ed230 /docs | |
| parent | d9c580306c4b7da49d7fd2fd1ea0e6333a784113 (diff) | |
| parent | 51b50c47c75cb398a4479560e772bc1c4ac21cfe (diff) | |
Merge pull request #1357 from dbinetti/patch-1
Fixed grammatical error in auth docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/default.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 9963ee518c..b7f679bf28 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -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 :ref:`backends documentation <authentication-backends>` for details), and 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. How to log a user out |
