Merge pull request #565 from mjtamlyn/patch-1

Fix reference to BasicAuthentication in settings.
This commit is contained in:
Stephan Groß 2013-01-08 03:58:06 -08:00
commit ae139cb06f

View File

@ -65,7 +65,7 @@ Default:
( (
'rest_framework.authentication.SessionAuthentication', 'rest_framework.authentication.SessionAuthentication',
'rest_framework.authentication.UserBasicAuthentication' 'rest_framework.authentication.BasicAuthentication'
) )
## DEFAULT_PERMISSION_CLASSES ## DEFAULT_PERMISSION_CLASSES