#15575: MultipleObjectMixin.paginate_queryset always returns is_paginated=True
-----------------------------------------+-----------------------
               Reporter:  i.virabyan@…   |        Owner:  nobody
                 Status:  new            |    Milestone:  1.3
              Component:  Generic views  |      Version:  SVN
             Resolution:                 |     Keywords:  blocker
           Triage Stage:  Accepted       |    Has patch:  1
    Needs documentation:  0              |  Needs tests:  1
Patch needs improvement:  1              |
-----------------------------------------+-----------------------
Changes (by russellm):

 * keywords:   => blocker
 * needs_docs:   => 0
 * needs_better_patch:   => 1
 * needs_tests:   => 1
 * stage:  Unreviewed => Accepted


Comment:

 Following the lead from the old list_detail views, the check should
 actually be page_obj.has_other_pages(), not just num_pages > 1.

 This is a bug in a new feature, so it needs to be addressed before 1.3
 final.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15575#comment:1>
Django <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