jpadilla / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-jwt/
MIT License
3.19k stars 648 forks source link

Fix attribute on documentation #460

Open daniloakamine opened 5 years ago

daniloakamine commented 5 years ago

I was implementing the example and I received an error from Rest Framework. They're using query_params instead of QUERY_PARAMS. The old attribute in uppercase was removed.