mirror of
https://github.com/django/django.git
synced 2025-07-25 06:04:21 +00:00
Fixed #18577 - Clarified middleware initialization.
Thanks Lukasz Balcerzak for the patch.
This commit is contained in:
parent
d44aa98184
commit
590de18add
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue