views.generic.list.MultipleObjectMixin.paginate_by

paginate_by

An integer specifying how many objects should be displayed per page. If this is given, the view will paginate objects with paginate_by objects per page. The view will expect either a page query string parameter (via request.GET) or a page variable specified in the URLconf.

doc_Django
2016-10-09 18:41:13
Comments
Leave a Comment

Please login to continue.