#13472: initial "x of y selected" contains wrong total item count
----------------------------------+-----------------------------------------
 Reporter:  carljm                |       Owner:  nobody    
   Status:  new                   |   Milestone:  1.2       
Component:  django.contrib.admin  |     Version:  SVN       
 Keywords:  javascript            |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 The admin displays "x of y selected" on the changelist. If you have, say,
 4000 items, the initial display says "0 of 100" selected; the number on a
 single page, rather than the actual total.

 If you check a box next to some item, it switches to "1 of 4000"; uncheck,
 it goes to "0 of 4000". So the JS always sets the correct value, only the
 initial value is wrong.

 Marking 1.2 as its a regression, albeit minor. Patch should be simple,
 I'll look at it.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13472>
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 django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to