[4.0.x] Updated note about ListView pagination example in CBV docs.

Follow up to 0f0abc20be.
Backport of 470708f50d from main
This commit is contained in:
Theofilos Alexiou 2022-04-19 21:38:49 +02:00 committed by Mariusz Felisiak
parent 2fc7cb9d39
commit f33c636372
2 changed files with 3 additions and 2 deletions

View file

@ -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