mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
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::
|
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
|
from django.shortcuts import render
|
||||||
|
|
||||||
def listing(request):
|
def listing(request):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user