#5357: Documentation should include page argument of object_list
------------------------------------------------+---------------------------
Reporter: Brian Morton <[EMAIL PROTECTED]> | Owner: jacob
Status: new | Component: Documentation
Version: SVN | Keywords: object_list,
page, pagination
Stage: Unreviewed | Has_patch: 0
------------------------------------------------+---------------------------
Currently, the generic view documentation at
[http://www.djangoproject.com/documentation/generic_views/#django-views-
generic-list-detail-object-list] makes no mention of the page keyword
argument, which is the current page being viewed. This is transparent if
you are calling object_list from the urlconf, since the view receives this
argument on its own. However, if you are writing a wrapper around
object_list, it is important to know that it accepts the page argument
since you must intercept it and pass it yourself. Otherwise the view will
not function properly with pagination.
--
Ticket URL: <http://code.djangoproject.com/ticket/5357>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---