Fixed #1739 -- Fixed typo in link in docs/middleware.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-05-02 13:18:43 +00:00
parent a4b2c10932
commit 7ee211e45d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ the same transaction control as the view functions.
See the `transaction management documentation`_.
.. _`transaction management documentation`: http://www.djangoproject.com/documentation/transaction/
.. _`transaction management documentation`: http://www.djangoproject.com/documentation/transactions/
Writing your own middleware
===========================