From 59fec1ca9b3c426466f0c613a5ecf2badb992460 Mon Sep 17 00:00:00 2001 From: Iain Dawson Date: Mon, 21 Jul 2014 18:55:37 +0100 Subject: [1.7.x] Replaced instances of 'his/her' with 'their'. Backport of 8fbf13a6c8 from master --- docs/internals/contributing/committing-code.txt | 2 +- docs/ref/contrib/auth.txt | 2 +- docs/topics/auth/customizing.txt | 2 +- docs/topics/auth/default.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/internals/contributing/committing-code.txt b/docs/internals/contributing/committing-code.txt index 72d0187cea..5de2ef0378 100644 --- a/docs/internals/contributing/committing-code.txt +++ b/docs/internals/contributing/committing-code.txt @@ -228,7 +228,7 @@ another committer, **before** you commit it in the first place! When a mistaken commit is discovered, please follow these guidelines: -* If possible, have the original author revert his/her own commit. +* If possible, have the original author revert their own commit. * Don't revert another author's changes without permission from the original author. diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index 526eb402c6..4afb388519 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -179,7 +179,7 @@ Methods .. method:: 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/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 ` when you use :class:`~django.template.RequestContext`. -- cgit v1.3