diff options
| author | Ray Ashman <ray.ashman.jr@gmail.com> | 2014-04-22 16:54:14 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-22 18:29:07 -0400 |
| commit | 49f5a2949311c6aaaac0005c4f6ab79cf96ee09d (patch) | |
| tree | 40ea09372f6775f4c61f2edbe2a5d3edabf63997 /docs | |
| parent | 362ce5e936842bc3b3ea0aec15074e3752fe0ce5 (diff) | |
[1.6.x] Updated grammar in description of django.contrib.auth.
Backport of 9853779805 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/default.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index f8dc1afb6c..503a26565c 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -12,9 +12,9 @@ is. For projects where authentication needs differ from the default, Django supports extensive :doc:`extension and customization </topics/auth/customizing>` of authentication. -Django authentication provides both authentication and authorization, together +Django authentication provides both authentication and authorization together and is generally referred to as the authentication system, as these features -somewhat coupled. +are somewhat coupled. .. _user-objects: |
