﻿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
9885	post_batch_update Signal on QuerySets	matehat	matehat	Wouldn't it be nice to have a ''post_update'' signal to be triggered on every ''update'' done on a QuerySet object (since it is already implemented at model level for single-model updates). For an open project I'm preparing, I need to track changed done to registered models to that an indexing table is always up-to-date, and such signal is necessary, since ''update'' on queryset level doesn't currently trigger any project-wide event or signal. So I made the necessary changes (very small indeed) and attached the corresponding patches.		closed	Database layer (models, ORM)	1.0		wontfix		mathieu.damours@… Gonzalo Saavedra	Design decision needed	1	1	0	0	0	0
