diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-05-02 13:18:43 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-05-02 13:18:43 +0000 |
| commit | 7ee211e45d27889011c941da4339cc5cc752be6d (patch) | |
| tree | c9c6a1c10034f8e5bcd7b4ea305b614dc42f5ca5 | |
| parent | a4b2c109324bcab4297ddb074eeda7173b14db66 (diff) | |
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
| -rw-r--r-- | docs/middleware.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/middleware.txt b/docs/middleware.txt index 1fec98a39f..7dfa0f3af7 100644 --- a/docs/middleware.txt +++ b/docs/middleware.txt @@ -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 =========================== |
