mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[4.0.x] Updated note about ListView pagination example in CBV docs.
Follow up to0f0abc20be
. Backport of470708f50d
from main
This commit is contained in:
parent
2fc7cb9d39
commit
f33c636372
2 changed files with 3 additions and 2 deletions
|
@ -167,8 +167,7 @@ many projects they are typically the most commonly used views.
|
|||
</ul>
|
||||
|
||||
If you're using pagination, you can adapt the :ref:`example template from
|
||||
the pagination docs <using-paginator-in-view>`. Change instances of
|
||||
``contacts`` in that example template to ``page_obj``.
|
||||
the pagination docs <paginating-a-list-view>`.
|
||||
|
||||
.. class:: django.views.generic.list.BaseListView
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue