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:
parent
a4b2c10932
commit
7ee211e45d
|
@ -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
|
||||
===========================
|
||||
|
|
Loading…
Reference in New Issue