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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.