aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/authtoken/serializers.py
AgeCommit message (Collapse)Author
2014-10-17Use serializers.ValidationErrorTom Christie
2014-10-10exceptions.ValidationFailed, not Django's ValidationErrorTom Christie
2014-09-19Merge branch 'master' into version-3.0Tom Christie
2014-09-10Fix grammar in login error messageJoe Binney
2014-09-02Getting tests passingTom Christie
2014-05-02Fix missing message in ValidationErrorCharlie Denton
2014-05-01Mark strings in AuthTokenSerializer as translatableCharlie Denton
2012-12-07Reverted #458Tom Christie
When incorrect parameters are supplied to the obtain auth token view 400 *is* the correct response.
2012-11-14Updates to login view for TokenAuthentication from feedback from TomRob Romano
2012-11-14Added authtoken login/logout urlpatterns and views to support scripted ↵Rob Romano
logins and logouts using TokenAuthentication. Added unittests.