diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-12-26 03:47:47 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-12-26 03:47:47 +0000 |
| commit | 498c31364c06beea8dc83cc63c0cd006c6b4c625 (patch) | |
| tree | 0ffe47fc666759aca3b0d137093573a9923d93fb /docs/ref/authbackends.txt | |
| parent | 81f994583c442609fc63c470f33bf8867f10c184 (diff) | |
[1.1.X] Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson.
Backport of r11990 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/authbackends.txt')
| -rw-r--r-- | docs/ref/authbackends.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/authbackends.txt b/docs/ref/authbackends.txt index 7cb54df7ea..0e98c21b21 100644 --- a/docs/ref/authbackends.txt +++ b/docs/ref/authbackends.txt @@ -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>`. |
