We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecce21 commit d0995faCopy full SHA for d0995fa
docs/api-guide/pagination.md
@@ -46,7 +46,7 @@ If you want to modify particular aspects of the pagination style, you'll want to
46
page_size_query_param = 'page_size'
47
max_page_size = 1000
48
49
-You can then apply your new style to a view using the `.pagination_class` attribute:
+You can then apply your new style to a view using the `pagination_class` attribute:
50
51
class BillingRecordsView(generics.ListAPIView):
52
queryset = Billing.objects.all()
0 commit comments