RootCauseunvalidated
In Python, positional arguments (like `Q(...) | Q(...)`) cannot come after keyword arguments (like `status=True`) in a function call, and `sync_to_async(...)(...)` forwards arguments exactly as written.
8dd053bb-ff12-4faf-acf0-a6983616b202
In Python, positional arguments (like Q(...) | Q(...)) cannot come after keyword arguments (like status=True) in a function call, and sync_to_async(...)(...) forwards arguments exactly as written.