diff options
| author | Ilya Baryshev <baryshev@gmail.com> | 2014-10-27 07:49:07 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-27 06:43:35 -0400 |
| commit | 0f14263c909f30ee25c22f806c48181b4ef70410 (patch) | |
| tree | 57c8254971c8c3b76492f3b4de56736621f94159 /docs | |
| parent | 2bc0dacd405092569dd556e4fe45c8ef48eb7fb6 (diff) | |
[1.6.x] Fixed documentation of make_password kwargs.
Backport of ed7c4df1ee from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/passwords.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt index 12b11822e1..a5c3db75df 100644 --- a/docs/topics/auth/passwords.txt +++ b/docs/topics/auth/passwords.txt @@ -220,7 +220,7 @@ from the ``User`` model. to be an unusable password, resulting in this method returning ``False`` for such a password. -.. function:: make_password(password[, salt, hashers]) +.. function:: make_password(password, salt=None, hasher='default') Creates a hashed password in the format used by this application. It takes one mandatory argument: the password in plain-text. Optionally, you can |
