﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
15742	Bug: Mark all does not contain full queryset when using intermidiate pages in Django admin	Herman S <herman.schistad@…>	Daniel	"Let's say you implement some intermidiate page for your actions in django admin, as described in the docs here: http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#actions-that-provide-intermediate-pages

When you call the {{ queryset }} in the intermediate page, it is all good. But let's say you have a ""confirm this action"" page, and when you actually call the queryset again - then the problem occurs. 
It only happens when you choose more than the 100 objects on the first page and select all object with the ""select all"" javascript button. The action is only applied to the objects on the first page. 

In order to replicate this bug: 
1. Create 100++ objects of some type
2. Create an intermediate page which is called at some action. 
3. Choose ALL objects with first pressing the top selectbox, now the ""choose all"" button should appear and press this. Apply the action. 
4. Confirm it at the intermediate page. 
5. Observe that the action is only applied to the objects at the first page.

I found this article to explain the admin intermediate page actions very good: http://www.jpichon.net/blog/2010/08/django-admin-actions-and-intermediate-pages/"	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
