django-rest-framework/rest_framework/authtoken
2012-11-10 16:09:14 -08:00
..
migrations api_key -> auth_token to avoid TastyPie conflict 2012-10-10 09:50:15 +01:00
__init__.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00
models.py api_key -> auth_token to avoid TastyPie conflict 2012-10-10 09:50:15 +01:00
serializers.py Added authtoken login/logout urlpatterns and views to support scripted logins and logouts using TokenAuthentication. Added unittests. 2012-11-10 16:09:14 -08:00
urls.py Added authtoken login/logout urlpatterns and views to support scripted logins and logouts using TokenAuthentication. Added unittests. 2012-11-10 16:09:14 -08:00
views.py Change package name: djangorestframework -> rest_framework 2012-09-20 13:06:27 +01:00