﻿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
20288	admin popup querystring inconsistency	Keryn Knight <django@…>	nobody	"* The `ChangeList` objects, as well as `get_actions` both use the variable `IS_POPUP_VAR` (defined in the same module as `ChangeList`) whose value is the string `pop`
* The `change_view`, `add_view`, `response_add`, `response_change` instead use a hard-coded string value `_popup`

This should be refactored because it is fragile and inconsistent, and means one cannot annotate links with `?popup_variable=1` to get the admin view without the masthead etc, because using `_popup` on the ChangeList will force it to redirect to `?e=1` (not a valid filter lookup), and using `pop` on the other views won't do the desired thing."	Cleanup/optimization	closed	contrib.admin	dev	Normal	fixed		t.l.krajca@… bmispelon@…	Accepted	1	0	0	1	1	0
