summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorIain Dawson <iain@colons.co>2014-07-21 18:55:37 +0100
committerTim Graham <timograham@gmail.com>2014-07-21 19:54:22 +0000
commit59fec1ca9b3c426466f0c613a5ecf2badb992460 (patch)
treee2074962d6a59801e1a6acf9c28eb93a4d40e645 /docs/topics
parent6e41ae1a4e924908fc07ef6b4ce28feb31c994fd (diff)
[1.7.x] Replaced instances of 'his/her' with 'their'.
Backport of 8fbf13a6c8 from master
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/auth/customizing.txt2
-rw-r--r--docs/topics/auth/default.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt
index f9458a41bb..0248d8048f 100644
--- a/docs/topics/auth/customizing.txt
+++ b/docs/topics/auth/customizing.txt
@@ -807,7 +807,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
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index 3fae92c662..f1cd96e99c 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -1211,7 +1211,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
@@ -1229,7 +1229,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`.