Alejandro Giacometti
Alejandro Giacometti
> Hi @janrito > > I think thi default is not practicaly - not many will have 'created' - maybe default should be '-pk' ? > > ```python > PAGINATION_DEFAULT_ORDERING:...
> FWIW - this is related to #836 (FYI @zachmullen). yep – that is one of the implementations I used as reference. Listed above as https://github.com/kitware-resonant/django-ninja-cursor-pagination/tree/master/ninja_cursor_pagination
Is there anything else I can do to help, @vitalik ?
Hi @vitalik sorry for the delay, got a bit busy. 1. I have fixed the mypy issues identified in the workflow 2. I have rebased this changes to the main...
Have rebased again from main. test pass, but still getting these mypy errors that are unrelated to the work in this branch: ```sh ruff format --preview --check ninja tests 150...
> Does this implementation work with [django-filter](https://django-filter.readthedocs.io/en/stable/)? DRF had some design issues with their cursor implementation ([encode/django-rest-framework#9809](https://github.com/encode/django-rest-framework/discussions/9809)), which makes it almost imposible to use it with a third party -...