﻿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
2207	[patch] post_add_manipulator_save and post_change_manipulator_save signals	Rajesh Dhawan <rajesh.dhawan@…>	Adrian Holovaty	"This patch adds two new signals: {{{post_add_manipulator_save}}} and {{{post_change_manipulator_save}}}. They are called from the {{{django.db.models.manipulators.AutomaticManipulator}}} save method, after the manipulator fully saves or changes a model and its related objects and files.

Unlike the regular {{{post_save}}} signal, these signals are called after all the related models and FileField/ImageField objects of the models have been fully saved to the database and filesystem. Therefore, these signals can be used to, for example, create thumbnails of {{{ImageField}}}s."	enhancement	closed	Core (Other)	dev	normal	wontfix	dispatcher signal	rajesh.dhawan@…	Unreviewed	1	0	0	0	0	0
