mirror of https://github.com/django/django.git
Fixed #21710 -- Documented User.get_short_name()
Thanks Keryn Knight for the report.
This commit is contained in:
parent
1c242a297b
commit
0150830687
|
@ -128,6 +128,10 @@ Methods
|
|||
the :attr:`~django.contrib.auth.models.User.last_name`, with a space in
|
||||
between.
|
||||
|
||||
.. method:: get_short_name()
|
||||
|
||||
Returns the :attr:`~django.contrib.auth.models.User.first_name`.
|
||||
|
||||
.. method:: set_password(raw_password)
|
||||
|
||||
Sets the user's password to the given raw string, taking care of the
|
||||
|
|
Loading…
Reference in New Issue