mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 00:04:16 +03:00
updated docs
This commit is contained in:
parent
33fe0d2bea
commit
5967f15f7f
|
@ -147,6 +147,10 @@ Provides a `.list(request, *args, **kwargs)` method, that implements listing a q
|
|||
|
||||
Should be mixed in with [MultipleObjectAPIView].
|
||||
|
||||
**Arguments**:
|
||||
|
||||
* `page_size` - Hook to adjust page_size per request.
|
||||
|
||||
## CreateModelMixin
|
||||
|
||||
Provides a `.create(request, *args, **kwargs)` method, that implements creating and saving a new model instance.
|
||||
|
|
Loading…
Reference in New Issue
Block a user