diff options
| author | Tom Christie | 2012-10-02 11:48:25 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-02 11:48:25 +0100 | 
| commit | 8855a462c606c4cb08a86269c1f46dc2b30fc1ac (patch) | |
| tree | 2ab6f643a24207021cf499c10af3351a5dc16261 /docs/api-guide/views.md | |
| parent | b526b82abf4be55faa7610bdeeefa340f84ad2d1 (diff) | |
| download | django-rest-framework-8855a462c606c4cb08a86269c1f46dc2b30fc1ac.tar.bz2 | |
Clean up docs slightly
Diffstat (limited to 'docs/api-guide/views.md')
| -rw-r--r-- | docs/api-guide/views.md | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/docs/api-guide/views.md b/docs/api-guide/views.md index 37d2285b..a615026f 100644 --- a/docs/api-guide/views.md +++ b/docs/api-guide/views.md @@ -110,6 +110,8 @@ Ensures that any `Response` object returned from the handler method will be rend  You won't typically need to override this method. +--- +  # Function Based Views  > Saying [that Class based views] is always the superior solution is a mistake. | 
