You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have tortoise.exceptions.FieldError: Unknown filter param 'waiting_time__gte'. Allowed base values are ['client_info', 'created_at', 'guest_info', 'id', 'manager', 'manager_id', 'priority', 'source']
Describe the bug
I have
tortoise.exceptions.FieldError: Unknown filter param 'waiting_time__gte'. Allowed base values are ['client_info', 'created_at', 'guest_info', 'id', 'manager', 'manager_id', 'priority', 'source']
To Reproduce
Model:
Query:
Expected behavior
Expected result is: queryset, which I can await and get
Iterable[Chat]
, with attributeignore_priority
Additional context
Full traceback:
It works for me, but it's really dirty solution:
The text was updated successfully, but these errors were encountered: