Closed
Bug 1265479
Opened 9 years ago
Closed 9 years ago
Remove use of request.REQUEST
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(1 file)
We use it for deciding whether to pretty print JSON response in the API live documentation.
WARNING:py.warnings:/Users/peterbe/dev/MOZILLA/SOCORRO/socorro/webapp-django/crashstats/crashstats/utils.py:61: RemovedInDjango19Warning: `request.REQUEST` is deprecated, use `request.GET` or `request.POST` instead.
if request.REQUEST.get('pretty') == 'print':
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → peterbe
| Assignee | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/0bd08845f7ee20a3c53a56f4f4df0f7e3c5c4281
fixes bug 1265479 - Remove use of request.REQUEST (#3320)
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•