#7671: Revision 7867 missing QuerySetPaginator on import in admin/views/main.py
------------------------------+---------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  nobody    
   Status:  new               |   Milestone:            
Component:  Admin interface   |     Version:  SVN       
 Keywords:                    |       Stage:  Unreviewed
Has_patch:  0                 |  
------------------------------+---------------------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7671>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to