diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-08-08 19:45:57 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-08-08 19:45:57 +0000 |
| commit | b7e226d8b8ebce1081ff74c0fff7406390fa2402 (patch) | |
| tree | ece6e22aa04ba0c562e97c29a11317d4dec6a120 /docs | |
| parent | a90e9f43db394565502c040502d8a4421767ba0b (diff) | |
Fixed typos in generic-views documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/generic_views.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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: |
