fengyehong
fengyehong
@Utsav13 Thanks for relay, but the function `test` doesn't actually stopped, it's just because the main thread ended and the process exited. I can test it with this: ```python import...
Have the same problem when trying to swap `AccessToken` model, don't know how to solve it.
As we intercept login view like this: ```python if view_func == login: return cas_login(request, *view_args, **view_kwargs) ``` I think `cas_login` should be capable of handling all paramters `django.contrib.auth.views` accept, maybe...
> Hi, we don't support any as of right now since they are excluded from the defaulting logic. > > I don't know the specifics behind that choice, but I...