aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/authentication.py
AgeCommit message (Collapse)Author
2012-12-19urls, patterns, include imports move to compat to support incoming 1.3 thru ↵Tom Christie
1.6 import compatability
2012-12-07Reverted #458Tom Christie
When incorrect parameters are supplied to the obtain auth token view 400 *is* the correct response.
2012-11-29fix forgotten 400 testPavel Savchenko
2012-11-28also update test with response code 401Pavel Savchenko
2012-11-14Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, ↵Rob Romano
updated tests & docs. Left authtoken.urls in place as example.
2012-11-14Updates to login view for TokenAuthentication from feedback from TomRob Romano
2012-11-14Added authtoken login/logout urlpatterns and viewsRob Romano
2012-10-09Tweak authtokenTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie