From b7e226d8b8ebce1081ff74c0fff7406390fa2402 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 8 Aug 2005 19:45:57 +0000 Subject: Fixed typos in generic-views documentation git-svn-id: http://code.djangoproject.com/svn/django/trunk@434 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/generic_views.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/generic_views.txt b/docs/generic_views.txt index e5cbdf60bf..9698719fc9 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -193,12 +193,13 @@ The date-based generic functions are: Using list/detail generic views =============================== -The list-detail generic views (in the ``django.views.generic.list_detail`` -module) are similar to the data-based ones, except the list-detail views simply -have two views: a list of objects, and an individual object page. +The list-detail generic-view framework (in the +``django.views.generic.list_detail`` module) is similar to the date-based one, +except the former simply has two views: a list of objects and an individual +object page. All these views take the same three optional arguments as the date-based ones -(and they obviously do not accept or require the date field argument). +-- and, clearly, they don't accept the ``date_field`` argument. Individual views are: -- cgit v1.3