From 825ce75faec63ce81601e31152c757a9c28fed13 Mon Sep 17 00:00:00 2001 From: Kevin Michel Date: Mon, 24 Aug 2020 22:25:33 +0200 Subject: Fixed #31928 -- Fixed detecting an async get_response in various middlewares. SecurityMiddleware and the three cache middlewares were not calling super().__init__() during their initialization or calling the required MiddlewareMixin._async_check() method. This made the middlewares not properly present as coroutine and confused the middleware chain when used in a fully async context. Thanks Kordian Kowalski for the report. --- docs/spelling_wordlist | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/spelling_wordlist') diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index c6720f4de6..727d9cf66e 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -371,6 +371,7 @@ metre MiB micrometre middleware +middlewares migrationname millimetre Minification -- cgit v1.3