mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
39122c841f
commit
c6fa4936b3
14 changed files with 43 additions and 33 deletions
|
@ -1,14 +1,14 @@
|
|||
.. _ref-authentication-backends:
|
||||
|
||||
==========================================
|
||||
Built-in authentication backends reference
|
||||
==========================================
|
||||
=======================
|
||||
Authentication backends
|
||||
=======================
|
||||
|
||||
.. module:: django.contrib.auth.backends
|
||||
:synopsis: Django's built-in authentication backend classes.
|
||||
|
||||
This document details the authentication backends that come with Django. For
|
||||
information on how how to use them and how to write your own authentication
|
||||
information on how to use them and how to write your own authentication
|
||||
backends, see the :ref:`Other authentication sources section
|
||||
<authentication-backends>` of the :ref:`User authentication guide
|
||||
<topics-auth>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue