forked from erp-dev/erp
feat: max return of super viewset
This commit is contained in:
@@ -15,8 +15,8 @@ class LimitedLimitOffsetPagination(LimitOffsetPagination):
|
|||||||
- 最大每页返回 500 条
|
- 最大每页返回 500 条
|
||||||
- 防止前端请求过多数据
|
- 防止前端请求过多数据
|
||||||
"""
|
"""
|
||||||
default_limit = 500
|
default_limit = 800
|
||||||
max_limit = 500
|
max_limit = 1000
|
||||||
|
|
||||||
|
|
||||||
class LimitedModelViewSet(viewsets.ModelViewSet):
|
class LimitedModelViewSet(viewsets.ModelViewSet):
|
||||||
|
|||||||
Reference in New Issue
Block a user