mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
Fix reference to BasicAuthentication in settings.
This commit is contained in:
parent
4e8f55887d
commit
4df1172665
|
@ -65,7 +65,7 @@ Default:
|
|||
|
||||
(
|
||||
'rest_framework.authentication.SessionAuthentication',
|
||||
'rest_framework.authentication.UserBasicAuthentication'
|
||||
'rest_framework.authentication.BasicAuthentication'
|
||||
)
|
||||
|
||||
## DEFAULT_PERMISSION_CLASSES
|
||||
|
|
Loading…
Reference in New Issue
Block a user