﻿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
16115	New hook to allow change objects after all inline formsets have been saved	Igor Sobreira	Jannis Leidel	"Today we have {{{ save_model() }}} and {{{ save_formset() }}} in {{{ ModelAdmin }}}, but there is no default place where we can change objects after the object and all related formsets have been saved.

You can override {{{ response_change() }}} and {{{ response_add() }}}, but I don't think that's a good place to deal with model objects, since the purpose of these methods is to send messages to user and return the correct {{{ HttpResponse }}} object.

I'm attaching a patch with the proposed hook, I think it's better to have a method that wraps {{{ save_model() }}} and {{{ save_formet() }}} than create an empty method in the end of {{{ add_view()  }}} and {{{ change_view() }}}. But it's just a suggestion.

I can write docs if you like the idea."	New feature	closed	contrib.admin	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
