﻿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
21295	Add on_update support	Anssi Kääriäinen	nobody	"There are cases where on-update cascade support would be useful. Currently Django offers no way to cascade updates.

An experimental patch implementing on_update=models.CASCADE support for foreign keys is available from: https://github.com/akaariai/django/tree/update_cascade. It is based on composite foreign keys branch (https://github.com/akaariai/django/tree/soc2013/composite-fields).

I'll attach a sample project to this ticket. Unpack it, use the above mentioned branch of Django, run syncdb, runserver and try in admin. Note that the country/city names are stored locally in the models, so country name update cascades to cities and from cities to streets."	New feature	new	Database layer (models, ORM)	dev	Normal			loic@… emorley@… Akash Kumar Sen Giannis Terzopoulos Ülgen Sarıkavak Ryan Hiebert	Accepted	1	1	0	1	0	0
