diff options
| author | Tom Christie | 2013-04-26 14:03:26 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-04-26 14:03:26 +0100 | 
| commit | e301e2d974649a932ab9a7ca32199c068fa30495 (patch) | |
| tree | 89591732481ff53f9e72421b77333c6134cbb920 /docs/api-guide/renderers.md | |
| parent | d985aec3c9034ab1aa899e914a5ac0baf314cb3c (diff) | |
| download | django-rest-framework-e301e2d974649a932ab9a7ca32199c068fa30495.tar.bz2 | |
Adding 'view or viewset' to docs appropriate.
Diffstat (limited to 'docs/api-guide/renderers.md')
| -rw-r--r-- | docs/api-guide/renderers.md | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/docs/api-guide/renderers.md b/docs/api-guide/renderers.md index e2fc36ca..00739422 100644 --- a/docs/api-guide/renderers.md +++ b/docs/api-guide/renderers.md @@ -27,7 +27,8 @@ The default set of renderers may be set globally, using the `DEFAULT_RENDERER_CL          )      } -You can also set the renderers used for an individual view, using the `APIView` class based views. +You can also set the renderers used for an individual view, or viewset, +using the `APIView` class based views.      class UserCountView(APIView):          """ | 
