-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Changed request.path to request.path_info in middleware.
2. Deprecation warning for thread setName or getName. 3. Request twice when method not in DRF_API_LOGGER_METHODS. 4. Unicode Escape problem in headers, body and responses.
- Loading branch information
1 parent
94ff0f1
commit 74bbecb
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ def get_long_desc(): | |
|
||
setuptools.setup( | ||
name="drf_api_logger", | ||
version="1.1.10", | ||
version="1.1.11", | ||
author="Vishal Anand", | ||
author_email="[email protected]", | ||
description="An API Logger for your Django Rest Framework project.", | ||
|