Opened 16 years ago

Closed 16 years ago

#7671 closed (duplicate)

Revision 7867 missing QuerySetPaginator on import in admin/views/main.py

Reported by: andy@… Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Just grabbed revision 7867 and immediately started seeing errors in admin screens. Problem is that django.contrib.admin.views.main.py instantiates an instance of QuerySetPaginator on line 614, but no such class is known. Fixed by adding QuerySetPaginator to django.core.paginator import on line 8.

Change History (1)

comment:1 by noodslane, 16 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #7670.

Note: See TracTickets for help on using tickets.
Back to Top