diff options
| author | Tom Christie | 2013-08-19 20:53:30 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-08-19 20:53:30 +0100 | 
| commit | 4292cc18fa3e4b3f5e67c02c3780cdcbf901a0a1 (patch) | |
| tree | 82450eb3512576873852f5daa8144d502789f1f2 /docs/api-guide/viewsets.md | |
| parent | c607414f1637221486a6f13c6ce0d64dbe95957b (diff) | |
| download | django-rest-framework-4292cc18fa3e4b3f5e67c02c3780cdcbf901a0a1.tar.bz2 | |
Docs tweaking
Diffstat (limited to 'docs/api-guide/viewsets.md')
| -rw-r--r-- | docs/api-guide/viewsets.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/viewsets.md b/docs/api-guide/viewsets.md index 95efc229..9005e7cb 100644 --- a/docs/api-guide/viewsets.md +++ b/docs/api-guide/viewsets.md @@ -61,7 +61,7 @@ There are two main advantages of using a `ViewSet` class over using a `View` cla  Both of these come with a trade-off.  Using regular views and URL confs is more explicit and gives you more control.  ViewSets are helpful if you want to get up and running quickly, or when you have a large API and you want to enforce a consistent URL configuration throughout. -## Marking extra methods for routing +## Marking extra actions for routing  The default routers included with REST framework will provide routes for a standard set of create/retrieve/update/destroy style operations, as shown below: | 
