mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed some typos in the documentation.
Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch.
This commit is contained in:
parent
a08f906556
commit
ea4da8e63c
10 changed files with 10 additions and 10 deletions
|
@ -5,7 +5,7 @@ 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
|
||||
provided system are extendible or replaceable. This document provides details
|
||||
provided system are extensible or replaceable. This document provides details
|
||||
about how the auth system can be customized.
|
||||
|
||||
:ref:`Authentication backends <authentication-backends>` provide an extensible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue