﻿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
30951	Admin Documentation recommends an incorrect method to get selected objects.	Daniel	nobody	"PR to fix this: https://github.com/django/django/pull/12016

( https://docs.djangoproject.com/en/2.2/ref/contrib/admin/actions/#actions-that-provide-intermediate-pages )
`/docs/ref/contrib/admin/actions.txt`
in paragraph
`Actions that provide intermediate pages`


recommends directly accessing the form values:

`selected = request.POST.getlist(admin.ACTION_CHECKBOX_NAME)`

to get a list of selected ids.  This fails to take into account if the `select all` box has been selected."	Cleanup/optimization	closed	Documentation	2.2	Normal	duplicate			Unreviewed	1	0	0	0	0	0
