Remove dot character from "pagination_class"

This commit is contained in:
Lewis Kabui 2018-08-22 20:10:55 +03:00
parent 90ed2c1ef7
commit 43635fe04d

View File

@ -46,7 +46,7 @@ If you want to modify particular aspects of the pagination style, you'll want to
page_size_query_param = 'page_size'
max_page_size = 1000
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:
class BillingRecordsView(generics.ListAPIView):
queryset = Billing.objects.all()