diff options
| author | Timo Graham <timograham@gmail.com> | 2011-06-19 19:40:50 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-06-19 19:40:50 +0000 |
| commit | a0285bb612a607d1af6a6a5afdf7205434a4ec7a (patch) | |
| tree | ef8c0f23cc82b5f0686c072555a8a443dd4ecfbc /docs/ref | |
| parent | d90bd88d734b1327661c0718601ec22708520aa6 (diff) | |
[1.3.X] Fixed #16258 - typo in middleware docs.
Backport of r16441 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16442 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/middleware.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/middleware.txt b/docs/ref/middleware.txt index cb90684847..1353228061 100644 --- a/docs/ref/middleware.txt +++ b/docs/ref/middleware.txt @@ -6,7 +6,7 @@ Middleware :synopsis: Django's built-in middleware classes. This document explains all middleware components that come with Django. For -information on how how to use them and how to write your own middleware, see +information on how to use them and how to write your own middleware, see the :doc:`middleware usage guide </topics/http/middleware>`. Available middleware |
