Skip to content

Commit df071d5

Browse files
committed
Merge pull request #3723 from linovia/bug/authtoken_versionning_compat
Add extra args/kwargs to authtoken's views (#3718)
2 parents dcaff71 + 7a5d81c commit df071d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/authtoken/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ObtainAuthToken(APIView):
1212
renderer_classes = (renderers.JSONRenderer,)
1313
serializer_class = AuthTokenSerializer
1414

15-
def post(self, request):
15+
def post(self, request, *args, **kwargs):
1616
serializer = self.serializer_class(data=request.data)
1717
serializer.is_valid(raise_exception=True)
1818
user = serializer.validated_data['user']

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy