django-request-viewer
django-request-viewer copied to clipboard
Log and View requests made on Django
The viewer was trying to systematically access the content of the response and this was raising an issue when the response is a streaming http response. **Error Message:** > AttributeError:...
The next button as it is shown in the readme screenshot doesn't appear in the dashboard. Though adding `?page=X` param works.
This PR updates [setuptools](https://pypi.org/project/setuptools) from **65.6.3** to **72.1.0**. Changelog ### 72.1.0 ``` ======= Features -------- - Restore the tests command and deprecate access to the module. (4519) (4520) ``` ###...
This PR updates [setuptools](https://pypi.org/project/setuptools) from **65.6.3** to **75.1.0**. Changelog ### 75.1.0 ``` ======= Features -------- - Deprecated ``bdist_wheel.universal`` configuration. (4617) Bugfixes -------- - Removed reference to upload_docs module in entry...
This PR updates [setuptools](https://pypi.org/project/setuptools) from **65.6.3** to **79.0.1**. Changelog ### 79.0.1 ``` ======= Bugfixes -------- - Merge with pypa/distutils24bd3179b including fix for pypa/distutils355. ``` ### 79.0.0 ``` ======= Deprecations and...
This PR updates [setuptools](https://pypi.org/project/setuptools) from **65.6.3** to **80.9.0**. Changelog ### 80.9.0 ``` ======= Features -------- - Set a deadline for the removal of pkg_resources later this year (December). (3085) -...