﻿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
27923	Add form signals (pre_init, post_init, pre_clean, post_clean, etc.)	David Seddon		"Adding some signals for forms would allow apps to plug in to other apps and aid encapsulation between apps.

More discussion here: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/django-developers/SviNiWy3Bjc/fqFL8rZvBAAJ

Proposed signals:

- pre_init
- post_init
- pre_clean
- post_clean

And for ModelForm:

- pre_save
- post_save

I'd be happy to do a pull request for this one."	New feature	new	Forms		Normal		forms, signals		Accepted	1	0	0	1	0	0
