Christian Maillefaud
Christian Maillefaud
Any news on that?
In fact, the queryset parameter are receiving the decorated function, which was a coroutine, instead receiving the queryset which returns from this function/coroutine. Not sure why, but I believe this...
I think the issue is here: https://github.com/vitalik/django-ninja/blob/3e9c10d5c8915a2ef76b08de8cdff98b45ca55f8/ninja/pagination.py#L143 Because `view_with_pagination` run the function syncronously, `items` is the coroutine.
@sunboy123 sure, I've created a async version for the decorator. Here is the code: ```python import inspect from functools import partial, wraps from typing import Any, Callable, Tuple, Type from...
Same case, tabs not working on User model and topmenu links. Django 5.0.3, Python 3.11.8 on WSL and Edge 122.0.2365.66. No errors visible on brower console.