Ticket #1795: list_detail.py.diff

File list_detail.py.diff, 462 bytes (added by polarcowz@…, 18 years ago)

List_detail.py Patch

  • views/generic/list_detail.py

     
    5757            'previous': page - 1,
    5858            'pages': paginator.pages,
    5959            'hits' : paginator.hits,
     60            'page_range' : paginator.page_range
    6061        }, context_processors)
    6162    else:
    6263        c = RequestContext(request, {
Back to Top