diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/class-based-views/generic-display.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/class-based-views/generic-display.txt b/docs/ref/class-based-views/generic-display.txt index 4bcca91bac..625a43fa0c 100644 --- a/docs/ref/class-based-views/generic-display.txt +++ b/docs/ref/class-based-views/generic-display.txt @@ -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 |
