Eric Carmichael
Eric Carmichael
> Is this posting to a Django view or a custom consumer? DRF view via the DRF api browser form > Does it happen with all file sizes? I had...
> Oh, it's specifically DRF? Well, that was my assumption based on the issue I saw, but now I am seeing that it is more. I made a test view......
Thanks a ton Trying to be a good citizen, I gave a whack at writing a test to POST a file... I don't think I'm doing it [**quite right**.](https://github.com/ckcollab/channels/pull/1/files#diff-6803485e05312ed68eeb5295e8517a06R321) For...
Yeah the test passes, unfortunately. I may need to make more of an integration test to get a failure?
Having mocks work "automagically" would be amazing, any chance this can get merged?
That integration should only have to be done for DRF < 3.7 though? I'm experiencing similar problems, the lockout message is never bubbled up to DRF, using base token authentication...
> Have you inspected the DRF token authentication and how it interacts with the stock Django authentication stack? We haven't dug into DRF yet, we have tried djoser instead of...
@prschmid do you have any time soon to take a peek at that PR? we'd love to get this merged before our release -- if it's a pain no biggy,...
Ugh! Sorry I missed your reply in there, thanks for taking a look at it back a few weeks ago. I _think_ we demonstrated a problem in that PR, but...
@prschmid sorry to bother, just wanted to bump this! I think this is good to go? tests passing and such, we've had this in prod for a minute