summaryrefslogtreecommitdiff
path: root/django/views
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2005-10-10 20:23:53 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2005-10-10 20:23:53 +0000
commitb8f70f8c94b5e7915f7a6b87b5327375d1d2b790 (patch)
tree963ec7eccc883cc4ff9efed042407e7117e8747d /django/views
parenteb4f16e666ae3d7c29b5bcae737ce755d5003a26 (diff)
Updated docs to reflect changes in [824]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/views')
-rw-r--r--django/views/generic/list_detail.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/django/views/generic/list_detail.py b/django/views/generic/list_detail.py
index 87b1879059..f4cdf90c56 100644
--- a/django/views/generic/list_detail.py
+++ b/django/views/generic/list_detail.py
@@ -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()