Commit b5e07abc by Tom Christie

Move quote below title for consistency

parent 247696e8
<a class="github" href="views.py"></a> <a class="github" href="views.py"></a>
# Views
> Django's class based views are a welcome departure from the old-style views. > Django's class based views are a welcome departure from the old-style views.
> >
> &mdash; [Reinout van Rees][cite] > &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: 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. 1. Any requests inside the view will become `Request` instances.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment