Skip to content

Commit

Permalink
Updated docs to reflect changes in [824]
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed Oct 10, 2005
1 parent eb4f16e commit b8f70f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django/views/generic/list_detail.py
Expand Up @@ -32,6 +32,8 @@ def object_list(request, app_label, module_name, paginate_by=None, allow_empty=F
the previous page
pages
number of pages, total
hits
number of objects, total
"""
mod = models.get_module(app_label, module_name)
lookup_kwargs = extra_lookup_kwargs.copy()
Expand Down
2 changes: 2 additions & 0 deletions docs/generic_views.txt
Expand Up @@ -246,6 +246,8 @@ Individual views are:
The previous page
``pages``
Number of pages total
``hits``
Total number of objects

``object_detail``
Object detail page. This works like and takes the same arguments as
Expand Down

0 comments on commit b8f70f8

Please sign in to comment.