1
0
mirror of https://github.com/django/django.git synced 2025-04-08 23:46:43 +00:00

[2.1.x] Fixed typo in docs/topics/auth/customizing.txt.

Backport of b37bac39b387bc87872d37d4b07783b67ef28d0c from master
This commit is contained in:
Michael Kiros 2018-06-05 20:28:26 -05:00 committed by Tim Graham
parent ae3ddce4e8
commit 7434ac4624

View File

@ -3,8 +3,8 @@ Customizing authentication in Django
====================================
The authentication that comes with Django is good enough for most common cases,
but you may have needs not met by the out-of-the-box defaults. To customize
authentication to your projects needs involves understanding what points of the
but you may have needs not met by the out-of-the-box defaults. Customizing
authentication in your projects requires understanding what points of the
provided system are extensible or replaceable. This document provides details
about how the auth system can be customized.