﻿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
31125	Add confirmation page or preview page to ModelAdmin's add_view/change_view.	Giacomo	nobody	"As the title says, it would be nice to show a confirmation page to the User when he intends to create or change instances on a ModelAdmin form.

At the moment a confirmation page is shown to the User only when a specific instance is going to be deleted. The same approach used in `_delete_view(*args)` could be introduced into `_changeform_view(*args)`.

A User specific use-case could be:
- The User specifies a ModelAdmin and overrides `save_model(*args)` to execute further operations after changes are saved to database, like executing Celery tasks
- On the Admin frontend, the User wants to be sure that he's not going to submit the form wrongly.



"	New feature	closed	contrib.admin	3.0	Normal	wontfix	admin, adminform, form	Giacomo	Unreviewed	0	0	0	0	0	1
