﻿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
13900	New admin feature: Delete and replace with existing object	Riccardo Di Virgilio	nobody	"i would like to edit django.contrib.admin.options.ModelAdmin.delete_view and add a helpful feature.

Instead of deleting all the nested objects, the delete_view could handle 3 options:

1. delete all the related objects (current option)[[BR]]
2. where the foreign key to the current instance is nullable, null or delete[[BR]]
3. replace all the related objects with an other model instance (we can make a user choose it with a forms.ModelChoiceField)[[BR]]

i really would like to contribute to this feature, because i need to do this in my admin site, but i'm new, so please help me :)

bye bye

about me:
i'm riccardo di virgilio, i have programmed sprint24.com with django. i have learn a lot of things and i think i'm ready to contribute."	New feature	closed	contrib.admin	dev	Normal	wontfix	admin, delete_view		Design decision needed	0	0	0	0	0	1
