diff options
| author | Tim Graham <timograham@gmail.com> | 2012-07-08 19:26:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-07-08 19:26:53 -0400 |
| commit | 590de18add78945344de049c2d3e7021fd46ce53 (patch) | |
| tree | 31947c72883c46588984d065e8d9e7dc8c8dcfd4 /docs | |
| parent | d44aa98184ced66d95ba95d0e4a255d09c15df0c (diff) | |
Fixed #18577 - Clarified middleware initialization.
Thanks Lukasz Balcerzak for the patch.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/middleware.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/http/middleware.txt b/docs/topics/http/middleware.txt index a768a3bbd8..fe92bc59a9 100644 --- a/docs/topics/http/middleware.txt +++ b/docs/topics/http/middleware.txt @@ -199,7 +199,8 @@ of caveats: define ``__init__`` as requiring any arguments. * Unlike the ``process_*`` methods which get called once per request, - ``__init__`` gets called only *once*, when the Web server starts up. + ``__init__`` gets called only *once*, when the Web server responds to the + first request. Marking middleware as unused ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
