Re: Composable permissions question

2019-02-26 Thread Frank Bohnsack
Thanks Xavier, makes sense. Frank Am Freitag, 22. Februar 2019 11:11:20 UTC+1 schrieb Xavier Ordoquy: > > Hi, > > We might do that but handling None a is side effect that is not supported. > Documentation ( > https://www.django-rest-framework.org/api-guide/permissions/#custom-permissions) > >

Re: Composable permissions question

2019-02-22 Thread Xavier Ordoquy
Hi, We might do that but handling None a is side effect that is not supported. Documentation (https://www.django-rest-framework.org/api-guide/permissions/#custom-permissions) says: The methods should return True if the request should be granted access, and False otherwise. Regards, Xavier

Re: Composable permissions question

2018-10-31 Thread Frank Bohnsack
Will do so. Regards Frank Am Mittwoch, 31. Oktober 2018 22:07:18 UTC+1 schrieb Xavier Ordoquy: > > Hi, > > It’s more a bug in DRF. > Could you open an issue about that so we can keep it on our radars ? > > Regards, > Xavier, > Linovia. > > Le 31 oct. 2018 à 19:49, Frank Bohnsack > a écrit : > >

Re: Composable permissions question

2018-10-31 Thread Xavier Ordoquy
Hi, It’s more a bug in DRF. Could you open an issue about that so we can keep it on our radars ? Regards, Xavier, Linovia. > Le 31 oct. 2018 à 19:49, Frank Bohnsack a écrit : > > While trying out the new composable permission feature, I have the following > problem: > > >>> IsAuthenticated

Composable permissions question

2018-10-31 Thread Frank Bohnsack
While trying out the new composable permission feature, I have the following problem: >>> IsAuthenticated & IsStaff | IsAuthenticatedWithTwoFactor & IsCustomer Traceback (most recent call last): File "/usr/lib/python3.6/code.py", line 91, in runcode exec(code, self.locals) File "", line