Unverified Kaydet (Commit) a394289b authored tarafından Carlton Gibson's avatar Carlton Gibson Kaydeden (comit) GitHub

Fixed #30036 -- Removed unused imports in pagination example.

üst 3a4558b8
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment