summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Baryshev <baryshev@gmail.com>2014-10-27 07:49:07 +0300
committerTim Graham <timograham@gmail.com>2014-10-27 06:36:55 -0400
commited7c4df1ee40b9a0793cd294614673fc312bbc33 (patch)
tree242b2291da7566f25f7b24e5985a4bca1e1fce4f /docs
parent7f089ac2e3e6a7f4b2b41085a37d35e074fad805 (diff)
Fixed documentation of make_password kwargs.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/passwords.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/passwords.txt b/docs/topics/auth/passwords.txt
index df070706f4..ee41c4bcdb 100644
--- a/docs/topics/auth/passwords.txt
+++ b/docs/topics/auth/passwords.txt
@@ -211,7 +211,7 @@ from the ``User`` model.
database to check against, and returns ``True`` if they match, ``False``
otherwise.
-.. 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