#7670: Missing import for 'QuerySetPaginator' in /django/contrib/admin/views/main.py ------------------------------------------+--------------------------------- Reporter: kegan | Owner: nobody Status: new | Milestone: Component: Admin interface | Version: SVN Keywords: QuerySetPaginator, Paginator | Stage: Unreviewed Has_patch: 1 | ------------------------------------------+--------------------------------- For django-trunk rev 7867, "global name 'QuerySetPaginator' is not defined" error in /django/contrib/admin/views/main.py, while using the Admin interface.
Patch is to replace QuerySetPaginator with Paginator in line 614. -- Ticket URL: <http://code.djangoproject.com/ticket/7670> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
