Commit 2d450cc3 authored by Ray Ashman's avatar Ray Ashman Committed by Tim Graham
Browse files

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

Backport of 98537798 from master
parent 036b2d4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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: