21.9 release docs (#2218)

* Beging 21.9 release docs

* Add PRs to changelog

* Change deprecation version

* Update logging tests

* Bump version

* Update changelog
This commit is contained in:
Adam Hopkins
2021-09-30 22:36:34 +03:00
committed by GitHub
parent f7abf3db1b
commit 59dd6814f8
12 changed files with 57 additions and 26 deletions

View File

@@ -927,7 +927,7 @@ class RouteMixin:
if len(http_response_types) == 1:
return next(iter(http_response_types))
except OSError:
except (OSError, TypeError):
...
return "auto"