Add limit/offset system of DRF #1

Closed
opened 2021-04-07 14:11:24 +00:00 by Valbou · 1 comment
Valbou commented 2021-04-07 14:11:24 +00:00 (Migrated from github.com)

Optimise request and memory use with limit and offset parameters of DRF :
https://www.django-rest-framework.org/api-guide/pagination/#limitoffsetpagination

Optimise request and memory use with limit and offset parameters of DRF : https://www.django-rest-framework.org/api-guide/pagination/#limitoffsetpagination
Valbou commented 2023-01-15 07:21:23 +00:00 (Migrated from github.com)

It's actually possible to furnish limit and offset with a combination of limit objects expected and options with offset param.

It's actually possible to furnish limit and offset with a combination of limit objects expected and options with offset param.
Sign in to join this conversation.
No description provided.