mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-13 10:00:53 +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.SessionAuthentication',
|
||||||
'rest_framework.authentication.UserBasicAuthentication'
|
'rest_framework.authentication.BasicAuthentication'
|
||||||
)
|
)
|
||||||
|
|
||||||
## DEFAULT_PERMISSION_CLASSES
|
## DEFAULT_PERMISSION_CLASSES
|
||||||
|
|
Loading…
Reference in New Issue
Block a user