Closed Kelvin4664 closed 3 years ago
Django's request parameters is always found in request.GET for get requests and request.POST for PATCH & PUT requests. attributes for other request method does not exist in the request object.
One change I made—I added a changelog entry: https://github.com/honeybadger-io/honeybadger-python/commit/3058f047cb56ceb7b3d51703f8506bd240c61075
Django's request parameters is always found in request.GET for get requests and request.POST for PATCH & PUT requests. attributes for other request method does not exist in the request object.