aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/authtoken/views.py
AgeCommit message (Expand)Author
2012-11-14Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, update...Rob Romano
2012-11-14Updates to login view for TokenAuthentication from feedback from TomRob Romano
2012-11-14Added authtoken login/logout urlpatterns and viewsRob Romano
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie