Fixed after_request handlers being called twice in some cases and improved logging system
This commit is contained in:
parent
bc00fd1e83
commit
9983e84742
3 changed files with 51 additions and 24 deletions
2
CHANGES
2
CHANGES
|
|
@ -16,6 +16,8 @@ Release date to be announced, codename to be selected.
|
|||
- test client has not the ability to preserve the request context
|
||||
for a little longer. This can also be used to trigger custom
|
||||
requests that do not pop the request stack for testing.
|
||||
- because the Python standard library caches loggers, the name of
|
||||
the logger is configurable now to better support unittests.
|
||||
|
||||
Version 0.3.1
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue