From b5e07abc15f0937263e183b7800f30b558e37a1b Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 8 Sep 2012 22:13:11 +0100 Subject: [PATCH] Move quote below title for consistency --- docs/api-guide/views.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-guide/views.md b/docs/api-guide/views.md index 43924544c..04647f91a 100644 --- a/docs/api-guide/views.md +++ b/docs/api-guide/views.md @@ -1,11 +1,11 @@ +# Views + > Django's class based views are a welcome departure from the old-style views. > > — [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.