﻿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
5412	Add actions to models in admin interface	alessandro.ronchi@…	nobody	"It would be a great feature the possibility to add a button with an action near ""save"", ""save and..."", and call a method on the model.
If one instance needs some elaboration after save, the only possibility now is to add to the save() function that code. But if that involves ManyToMany fields the game is over, the field is empty in save() and you can do nothing.

with an action I could add the functionality to a new method, and call it wh<enewer I need just opening the admin and findind the needed instance of my model.
It would increase the possibility for the developer. 

You could send, for example, an email with the object, reload or recalculate automagically some fields, and so on.

I thing it would be easy to add in the model (just add an attribute like ordering with the name of the method/s to call) and in admin interface (just look in the model like it do for ""view in site"""		closed	contrib.admin	dev		duplicate	admin, save(), action, meta		Unreviewed	0	0	0	0	0	0
