aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/views.md
diff options
context:
space:
mode:
authorTom Christie2012-09-08 22:13:11 +0100
committerTom Christie2012-09-08 22:13:11 +0100
commitb5e07abc15f0937263e183b7800f30b558e37a1b (patch)
tree40d889d2036c98e300405c6f42ef7ae9d59af1f2 /docs/api-guide/views.md
parent247696e820dfe4535b3141d744129d654f9b6aea (diff)
downloaddjango-rest-framework-b5e07abc15f0937263e183b7800f30b558e37a1b.tar.bz2
Move quote below title for consistency
Diffstat (limited to 'docs/api-guide/views.md')
-rw-r--r--docs/api-guide/views.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api-guide/views.md b/docs/api-guide/views.md
index 43924544..04647f91 100644
--- a/docs/api-guide/views.md
+++ b/docs/api-guide/views.md
@@ -1,11 +1,11 @@
<a class="github" href="views.py"></a>
+# Views
+
> Django's class based views are a welcome departure from the old-style views.
>
> &mdash; [Reinout van Rees][cite]
-# Views
-
REST framework provides a simple `APIView` class, built on Django's `django.generics.views.View`. The `APIView` class ensures five main things:
1. Any requests inside the view will become `Request` instances.