mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Replaced instances of 'his/her' with 'their'.
This commit is contained in:
parent
3f1412ff7b
commit
8fbf13a6c8
6 changed files with 11 additions and 11 deletions
|
@ -819,7 +819,7 @@ methods and attributes:
|
|||
|
||||
.. method:: models.PermissionsMixin.get_group_permissions(obj=None)
|
||||
|
||||
Returns a set of permission strings that the user has, through his/her
|
||||
Returns a set of permission strings that the user has, through their
|
||||
groups.
|
||||
|
||||
If ``obj`` is passed in, only returns the group permissions for
|
||||
|
|
|
@ -1225,7 +1225,7 @@ provides several built-in forms located in :mod:`django.contrib.auth.forms`:
|
|||
|
||||
.. class:: SetPasswordForm
|
||||
|
||||
A form that lets a user change his/her password without entering the old
|
||||
A form that lets a user change their password without entering the old
|
||||
password.
|
||||
|
||||
.. class:: UserChangeForm
|
||||
|
@ -1243,7 +1243,7 @@ provides several built-in forms located in :mod:`django.contrib.auth.forms`:
|
|||
Authentication data in templates
|
||||
--------------------------------
|
||||
|
||||
The currently logged-in user and his/her permissions are made available in the
|
||||
The currently logged-in user and their permissions are made available in the
|
||||
:doc:`template context </ref/templates/api>` when you use
|
||||
:class:`~django.template.RequestContext`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue