Skip to content

Conversation

@jorwoods
Copy link
Contributor

#1399 introduced a with_page_size method that allowed a user to specify the page_size of requests in the chains. It felt awkward in practice, so this moves it to be a keyword only argument of the .all and .filter methods for querysets.

As #1399 has not yet been merged into master, this should be a non breaking change for consumers of TSC.

@jorwoods jorwoods force-pushed the jorwoods/queryset_pagesize branch from 38acb8a to 5a1c02e Compare July 25, 2024 11:53
1399 introduced a `with_page_size` method that allowed a user
to specify the page_size of requests in the chains. It felt
awkward in practice, so this moves it to be a keyword only
argument of the `.all` and `.filter` methods for querysets.

As 1399 has not yet been merged into master, this should be a non
breaking change for consumers of TSC.
@jorwoods jorwoods force-pushed the jorwoods/queryset_pagesize branch from 5a1c02e to dcf89ab Compare July 26, 2024 12:30
@bcantoni bcantoni merged commit b9b3644 into tableau:development Jul 27, 2024
@jorwoods jorwoods deleted the jorwoods/queryset_pagesize branch July 27, 2024 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants