Updated docs to reflect changes in [824]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
eb4f16e666
commit
b8f70f8c94
|
@ -32,6 +32,8 @@ def object_list(request, app_label, module_name, paginate_by=None, allow_empty=F
|
||||||
the previous page
|
the previous page
|
||||||
pages
|
pages
|
||||||
number of pages, total
|
number of pages, total
|
||||||
|
hits
|
||||||
|
number of objects, total
|
||||||
"""
|
"""
|
||||||
mod = models.get_module(app_label, module_name)
|
mod = models.get_module(app_label, module_name)
|
||||||
lookup_kwargs = extra_lookup_kwargs.copy()
|
lookup_kwargs = extra_lookup_kwargs.copy()
|
||||||
|
|
|
@ -246,6 +246,8 @@ Individual views are:
|
||||||
The previous page
|
The previous page
|
||||||
``pages``
|
``pages``
|
||||||
Number of pages total
|
Number of pages total
|
||||||
|
``hits``
|
||||||
|
Total number of objects
|
||||||
|
|
||||||
``object_detail``
|
``object_detail``
|
||||||
Object detail page. This works like and takes the same arguments as
|
Object detail page. This works like and takes the same arguments as
|
||||||
|
|
Loading…
Reference in New Issue