Hi list,

We have a production django app using the default admin view, but some of
the super users delete a record in a model and affect other related data,
this cause inconsistency and corruption. What's the best practice to
override django admin's default delete behavior and implement some kind of
"Recycle Bin" for models without harassing much the existing code?

Any idea is appreciated. Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to