aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/authtoken/serializers.py
AgeCommit message (Expand)Author
2015-01-07prefer single quotes in source and double quotes in user visible strings; add...Craig Blaszczyk
2015-01-07use double quotes for user visible strings; end user visible strings in full ...Craig Blaszczyk
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
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 logins...Rob Romano