Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

remove throttle override in JSONWebTokenAPIView #138

Merged
merged 1 commit into from
Aug 10, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion rest_framework_jwt/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class JSONWebTokenAPIView(APIView):
"""
Base API View that various JWT interactions inherit from.
"""
throttle_classes = ()
permission_classes = ()
authentication_classes = ()

Expand Down