Closed Bug 1265479 Opened 9 years ago Closed 9 years ago

Remove use of request.REQUEST

Categories

(Socorro :: Webapp, task)

task
Not set
normal

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: nobody → peterbe
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.

Attachment

General

Created:
Updated:
Size: