Skip to content

Commit 3666b3f

Browse files
committed
Merge pull request #3325 from slava-sh/patch-1
Fix typo
2 parents 1ba8792 + 49d799c commit 3666b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The pagination API can support either:
1515

1616
The built-in styles currently all use links included as part of the content of the response. This style is more accessible when using the browsable API.
1717

18-
Pagination is only performed automatically if you're using the generic views or viewsets. If you're using a regular `APIView`, you'll need to call into the pagination API yourself to ensure you return a paginated response. See the source code for the `mixins.ListMixin` and `generics.GenericAPIView` classes for an example.
18+
Pagination is only performed automatically if you're using the generic views or viewsets. If you're using a regular `APIView`, you'll need to call into the pagination API yourself to ensure you return a paginated response. See the source code for the `mixins.ListModelMixin` and `generics.GenericAPIView` classes for an example.
1919

2020
## Setting the pagination style
2121

0 commit comments

Comments
 (0)