dr-ftvkun
dr-ftvkun
TLDR; this PR seems to be a good compromise between re-invoking `get_object()` and full (buggy, see below) invalidation of prefetched objects' cache during updates. @kevin-brown is it going to be...
@tomchristie could you please re-open it? Hoping one day someone (mb me?) will have enough energy to push it to become a part of DRF or be rejected by a...
> Hey good people, I'm a new maintainer here. you can ping me anytime for reviewing and insights for direction. if we are unsure about anything we then ping him...
The problem is that you created communicator() in sync setUp() method and tried to reuse it in async test. The communicator inits its input and output Queue with one event...
> How would I fix this? I still want to use my setUp method to create the communicator, as putting it in every function would not be that elegant. I'm...