Bug #9812
RolesAPI : typo authentication_class / authentication_classes
Start date:
29 Jan 2016
Due date:
% Done:
100%
Estimated time:
Patch proposed:
Yes
Planning:
Files
Associated revisions
History
Updated by Josué Kouka about 5 years ago
Updated by Benjamin Dauvergne about 5 years ago
It lacks a comma after the BasicAuthentication to make a tuple.
Updated by Josué Kouka about 5 years ago
- File 0001-fix-typo-authentication_class-in-RolesAPI.patch 0001-fix-typo-authentication_class-in-RolesAPI.patch added
- Patch proposed changed from No to Yes
Updated by Benjamin Dauvergne about 5 years ago
authentication_classes should not be declared at the APIView level only in the REST_FRAMEWORK setting, I think it should be removed.
Updated by Benjamin Dauvergne about 5 years ago
- Target version set to 2.2.0
- Patch proposed changed from Yes to No
Updated by Josué Kouka about 5 years ago
- File 0001-fix-AttributeError-Settings.SITE_APP-9985.patch added
- Patch proposed changed from No to Yes
Updated by Josué Kouka about 5 years ago
- File deleted (
0001-fix-AttributeError-Settings.SITE_APP-9985.patch)
Updated by Josué Kouka about 5 years ago
Updated by Josué Kouka about 5 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
remove authentication classes from APIView (#9812)