Move quote below title for consistency

This commit is contained in:
Tom Christie 2012-09-08 22:13:11 +01:00
parent 247696e820
commit b5e07abc15

View File

@ -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.