Fixed #6455 -- Updated link to The Django Book in authentication docs, thanks ramiro.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2008-03-14 18:17:08 +00:00
parent af5f07897c
commit dd69bdcf94
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ with that ``User``.
For more information, see `Chapter 12 of the Django book`_.
.. _Chapter 12 of the Django book: http://www.djangobook.com/en/beta/chapter12/#cn226
.. _Chapter 12 of the Django book: http://www.djangobook.com/en/1.0/chapter12/#cn222
Authentication in Web requests
==============================