Kaydet (Commit) ed7c4df1 authored tarafından Ilya Baryshev's avatar Ilya Baryshev Kaydeden (comit) Tim Graham

Fixed documentation of make_password kwargs.

üst 7f089ac2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment