Commit b99306f
authored
Use a list, not a tuple, for authentication_classes (axnsan12#668)
DRF expects authentication classes to be in a list:
https://www.django-rest-framework.org/api-guide/authentication/
Semantically, this should be a list, as the number of elements is arbitrary.1 parent c14a4d4 commit b99306f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments