in Django admin site when you decide to suppress an object, all the linked element (ie: elements pointed at by a foreign key) are also deleted.
How do you dodge this, except making raw queries in the shell?
Is it possible to tune the admin to have the choice?
Thanks
You can hack around it, but there is no proper way of doing it.
Take a look at these links for possible workarounds: