mirror of https://github.com/django/django.git
Fixed #30036 -- Removed unused imports in pagination example.
This commit is contained in:
parent
3a4558b84f
commit
a394289b58
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue