~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to docs/ref/authbackends.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-05-21 07:52:55 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100521075255-ii78v1dyfmyu3uzx
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.. _ref-authentication-backends:
2
2
 
3
 
==========================================
4
 
Built-in authentication backends reference
5
 
==========================================
 
3
=======================
 
4
Authentication backends
 
5
=======================
6
6
 
7
7
.. module:: django.contrib.auth.backends
8
8
   :synopsis: Django's built-in authentication backend classes.
9
9
 
10
10
This document details the authentication backends that come with Django. For
11
 
information on how how to use them and how to write your own authentication
 
11
information on how to use them and how to write your own authentication
12
12
backends, see the :ref:`Other authentication sources section
13
13
<authentication-backends>` of the :ref:`User authentication guide
14
14
<topics-auth>`.