Replaced instances of 'his/her' with 'their'.

This commit is contained in:
Iain Dawson 2014-07-21 18:55:37 +01:00 committed by Tim Graham
parent 3f1412ff7b
commit 8fbf13a6c8
6 changed files with 11 additions and 11 deletions

View file

@ -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

View file

@ -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`.