Skip to content

Commit c7b1e9c

Browse files
committed
📝 #127 Add the default to the help text of the pageSize attribute
1 parent 3a48c86 commit c7b1e9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vng_api_common/pagination.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class DynamicPageSizeMixin:
1313
page_size = 100
1414
page_size_query_param = "pageSize"
1515
max_page_size = 500
16+
page_size_query_description = _("Het aantal resultaten terug te geven per pagina. (default: 100).")
1617

1718

1819
class DynamicPageSizePagination(DynamicPageSizeMixin, PageNumberPagination): ...

0 commit comments

Comments
 (0)