﻿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
33054	Support post-commit hooks adding more post-commit hooks	Evgenii Morozov	nobody	"Sometimes there's a need to add additional on_commit callback from on_commit callback. For example, on_commit callback saves some model, but post_save handler for that model also uses on_commit callback to perform some additional action (e.g. spawn celery task). Current Django code ignores new callbacks added during on_commit callback execution.

I present a simple solution for this problem:
https://github.com/django/django/pull/14796
"	New feature	new	Database layer (models, ORM)	3.2	Normal		on_commit		Unreviewed	1	0	0	0	0	0
