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

request.DATA is deprecated in favor of request.data #1

Closed
mike29892 opened this issue Aug 25, 2015 · 2 comments
Closed

request.DATA is deprecated in favor of request.data #1

mike29892 opened this issue Aug 25, 2015 · 2 comments
Assignees

Comments

@mike29892
Copy link

Line 22 in view.py serializer = AuthTokenSerializer(data=request.DATA)
should be serializer = AuthTokenSerializer(data=request.data)

@JamesRitchie JamesRitchie self-assigned this Sep 8, 2015
@JamesRitchie
Copy link
Owner

Have opened a branch for this and added a fix, will close the issue when I've sorted versions and released to PyPI.

JamesRitchie added a commit that referenced this issue Sep 17, 2015
Change request.DATA to request.data for #1
@JamesRitchie
Copy link
Owner

0.1.2 up on PyPI.

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

2 participants