aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/views.md
diff options
context:
space:
mode:
authorTom Christie2012-10-02 11:48:25 +0100
committerTom Christie2012-10-02 11:48:25 +0100
commit8855a462c606c4cb08a86269c1f46dc2b30fc1ac (patch)
tree2ab6f643a24207021cf499c10af3351a5dc16261 /docs/api-guide/views.md
parentb526b82abf4be55faa7610bdeeefa340f84ad2d1 (diff)
downloaddjango-rest-framework-8855a462c606c4cb08a86269c1f46dc2b30fc1ac.tar.bz2
Clean up docs slightly
Diffstat (limited to 'docs/api-guide/views.md')
-rw-r--r--docs/api-guide/views.md2
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.