I have a Survey object that relates to many Response objects (say from
100 - 1000)

If I delete the Survey in the Admin page using the django development
server, the delete confirmation page loads after a few minutes. I
could almost live with that.  But under lighttpd my connection just
times out waiting for the delete confirmation page to load (I guess
lighttpd thinks the daemon process has gone awry and hangs up on it)

I'd love to find out there is a method I can override that will
prevent the confirmation page from listing related objects.

Or is the best solution just to shadow the confirmation page with my
own template and do the delete manually?
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to