summaryrefslogtreecommitdiff
path: root/docs/topics/index.txt
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2009-03-15 05:54:28 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2009-03-15 05:54:28 +0000
commitb994387d8d9ff3b19d3ab04d3b4ac69d5dd68ea2 (patch)
tree3fabfa4d7996c918d0e73bc8aa3c08f644a9ca97 /docs/topics/index.txt
parent7be4b9a4c005639f03fcd096c3a53fffcb7f210c (diff)
Fixed #689 -- Added a middleware and authentication backend to contrib.auth for supporting external authentication solutions. Thanks to all who contributed to this patch, including Ian Holsman, garthk, Koen Biermans, Marc Fargas, ekarulf, and Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/index.txt')
-rw-r--r--docs/topics/index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/index.txt b/docs/topics/index.txt
index 5d83980837..d4a32ab6ce 100644
--- a/docs/topics/index.txt
+++ b/docs/topics/index.txt
@@ -7,7 +7,7 @@ Introductions to all the key parts of Django you'll need to know:
.. toctree::
:maxdepth: 1
-
+
install
db/index
http/index
@@ -23,4 +23,4 @@ Introductions to all the key parts of Django you'll need to know:
pagination
serialization
settings
- signals \ No newline at end of file
+ signals