diff --git a/api-guide/views.html b/api-guide/views.html index b98025016..4bdb52569 100644 --- a/api-guide/views.html +++ b/api-guide/views.html @@ -106,11 +106,11 @@

views.py

+

Views

Django's class based views are a welcome departure from the old-style views.

Reinout van Rees

-

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.