Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of request.REQUEST is deprecated in Django 1.9 #11

Open
jjmontesl opened this issue Nov 12, 2015 · 0 comments
Open

Use of request.REQUEST is deprecated in Django 1.9 #11

jjmontesl opened this issue Nov 12, 2015 · 0 comments

Comments

@jjmontesl
Copy link

When using django-simple-rest resources under Django 1.8, I'm observing the following warning:

lib\site-packages\simple_rest\response.py:105: RemovedInDjango19Warning: request.REQUEST is deprecated, use request.GET or request.POST instead.
format = request.REQUEST.get('_format', None) or format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant