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:03 -0400 |
| commit | 4499c676eff03d6c8a30d256c677b9958b8d0705 (patch) | |
| tree | 968488f1c29851e2dc6024f8143fbaa65863f13c | |
| parent | 1d0f1ee1993fe9fb95888158946f897a34e95a39 (diff) | |
[1.7.x] Updated grammar in description of django.contrib.auth.
Backport of 9853779805 from master
| -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 6da34321f1..24d044156c 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: |
