Django Deprecation Warning

Issue #13 resolved
Derrick Jackson created an issue

I recently updated to Django 1.8rc1 and noticed a deprecation warning:

RemovedInDjango19Warning: request.REQUEST is deprecated, use request.GET or request.POST instead.

Comments (2)

  1. Log in to comment