diff options
| author | Michael Kiros <michaelakiros@gmail.com> | 2018-06-05 20:28:26 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-05 21:28:57 -0400 |
| commit | e072060203aa34e7dcf1917323d8de4cafb6361c (patch) | |
| tree | 61c871d7d3b0ef59eb822aa89a30c0e5e50c51b7 /docs | |
| parent | f4bd168452ae20ae9a1337f27dbc7d6e7ff561db (diff) | |
[2.0.x] Fixed typo in docs/topics/auth/customizing.txt.
Backport of b37bac39b387bc87872d37d4b07783b67ef28d0c from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/customizing.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt index 84f0782eb5..2398982140 100644 --- a/docs/topics/auth/customizing.txt +++ b/docs/topics/auth/customizing.txt @@ -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. |
