From 8d741bd88fa6bd14327f6fa791017d0773b41cf2 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 12 Dec 2018 18:49:47 +0100 Subject: [2.1.x] Fixed #30036 -- Removed unused imports in pagination example. Backport of a394289b58b1773c4959ed768fdb325c91b2b589 from master --- docs/topics/pagination.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/pagination.txt b/docs/topics/pagination.txt index 52cc4113b2..4444251823 100644 --- a/docs/topics/pagination.txt +++ b/docs/topics/pagination.txt @@ -86,7 +86,7 @@ show how you can display the results. This example assumes you have a The view function looks like this:: - from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator + from django.core.paginator import Paginator from django.shortcuts import render def listing(request): -- cgit v1.3