[1.5.x] Updated grammar in description of django.contrib.auth.

Backport of 9853779805 from master
This commit is contained in:
Ray Ashman 2014-04-22 16:54:14 -04:00 committed by Tim Graham
parent 036b2d4f30
commit 2d450cc3e5

View File

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