I asked about this on the user list and was told it has been noticed as
an issue, but in the meantime, I need to find a way to make sure that in
the admin interface related entries ( through tables connected by a
foreign key ) do not get automatically deleted, but rather have the
foreign key in question just revert to null. Ie, if the image used in a
page is deleted, that page would have a null in it's image field instead
of just disappearing itself.

If need be, I don't mind working on my own hack of the delete function
for the admin interface for now. My questions:

Is there are news on how this issue is likely to be handled?

Can anyone tell me where in the django code base to look for the admin
interface delete function so I can override it?

Is there a way to simply override the admins logical behaviour in the
manner that one can override its templates?

Thanks
Iain

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to