We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96997a commit 68c576dCopy full SHA for 68c576d
raven/contrib/django/client.py
@@ -75,7 +75,7 @@ def get_data_from_request(self, request):
75
if request.method != 'GET':
76
try:
77
data = request.body
78
- except:
+ except AttributeError:
79
80
data = request.raw_post_data
81
except Exception:
0 commit comments