mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #14131 -- Added note to docs about Pagination and large Querysets
This commit is contained in:
parent
d81d02d449
commit
55c843f2ef
2 changed files with 6 additions and 0 deletions
|
@ -146,6 +146,11 @@ Required arguments
|
|||
clause or with a default :attr:`~django.db.models.Options.ordering` on the
|
||||
model.
|
||||
|
||||
.. note::
|
||||
|
||||
If you are using a ``QuerySet`` with a very large number of items,
|
||||
requesting high page numbers might be slow on some database backends.
|
||||
|
||||
``per_page``
|
||||
The maximum number of items to include on a page, not including orphans
|
||||
(see the ``orphans`` optional argument below).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue