mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26452 -- Loaded middleware on server start rather than on first request.
This commit is contained in:
@@ -714,6 +714,9 @@ Miscellaneous
|
||||
:class:`~django.contrib.postgres.fields.RangeField`, you should change the
|
||||
``base_field`` attribute.
|
||||
|
||||
* Middleware classes are now initialized when the server starts rather than
|
||||
during the first request.
|
||||
|
||||
.. _deprecated-features-1.10:
|
||||
|
||||
Features deprecated in 1.10
|
||||
|
||||
Reference in New Issue
Block a user