From 3e523d11cc5b697872c115f4f5f79338bd446278 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 8 Sep 2012 22:14:37 +0100 Subject: [PATCH] Latest docs build --- api-guide/views.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.