diff options
| author | Stephan Groß | 2012-11-15 12:06:43 +0100 | 
|---|---|---|
| committer | Stephan Groß | 2012-11-15 12:06:43 +0100 | 
| commit | 3ae203a0184d27318a8a828ce322b151ade0340f (patch) | |
| tree | e8e927ad52ed0b6a145db9725dc0479bfe006d3b /docs/api-guide/generic-views.md | |
| parent | b17a9818008cf3828adb896ae9be134fb63c5693 (diff) | |
| download | django-rest-framework-3ae203a0184d27318a8a828ce322b151ade0340f.tar.bz2 | |
updated script to just use page_size_kwarg
Diffstat (limited to 'docs/api-guide/generic-views.md')
| -rw-r--r-- | docs/api-guide/generic-views.md | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/docs/api-guide/generic-views.md b/docs/api-guide/generic-views.md index 734a91e9..3346c70a 100644 --- a/docs/api-guide/generic-views.md +++ b/docs/api-guide/generic-views.md @@ -149,8 +149,7 @@ Should be mixed in with [MultipleObjectAPIView].  **Arguments**: -* `allow_page_size_param` - Allows you to overwrite the global settings `ALLOW_PAGE_SIZE_PARAM` for a specific view. -* `page_size_param` - Allows you to customize the page_size parameter. Default is `page_size`. +* `page_size_kwarg` - Allows you to overwrite the global settings `PAGE_SIZE_KWARG` for a specific view.  You can also turn it off for a specific view by setting it to `None`.  Default is `page_size`.  ## CreateModelMixin | 
