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:30:11 -0400 |
| commit | 8ba78a0daf037b93194ccd1eb84614d72c7482a9 (patch) | |
| tree | 1dfb82a10827949131221ed76c3d5ccae38f7ec5 /docs | |
| parent | dcede04715fb4896ae7892c2a63ea534496ee0bf (diff) | |
[1.4.X] Fixed #18577 - Clarified middleware initialization.
Thanks Lukasz Balcerzak for the patch.
Backport of 590de18add from master
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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
