mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Minor doc fixes
Fixes misspelling of "primitive" and removes an awkward "with".
This commit is contained in:
parent
569dc67a12
commit
876bd67888
|
@ -37,7 +37,7 @@ We could now return that data in a `Response` object, and it would be rendered i
|
|||
|
||||
## Paginating QuerySets
|
||||
|
||||
Our first example worked because we were using primative objects. If we wanted to paginate a queryset or other complex data, we'd need to specify a serializer to use to serialize the result set itself with.
|
||||
Our first example worked because we were using primitive objects. If we wanted to paginate a queryset or other complex data, we'd need to specify a serializer to use to serialize the result set itself.
|
||||
|
||||
We can do this using the `object_serializer_class` attribute on the inner `Meta` class of the pagination serializer. For example.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user