you could return a HttpResponseRedirect and handle your error on a different url or write your own error middleware... for some ideas on error middleware see see: https://bitbucket.org/ashcrow/django-error-capture-middleware/wiki/Home
regards Henrik >reply to message: >date: 03.08.2012 14:59:19 >from: "Paul Pietkiewicz" <ppietkiew...@google.com> >to: django-users@googlegroups.com >subject: [<django-users.googlegroups.com>] Resubmit on error middleware > >Hello All, > >Is it possible to have a process_exception on handling an exception resubmit >the request, instead of either returning a HttpResponse or None back to the >user? Is there a clean way to redirect the response back to the view? > >Thanks, >Paul > >-- >You received this message because you are subscribed to the Google Groups >"Django users" group. >To view this discussion on the web visit >https://groups.google.com/d/msg/django-users/-/-dUoFkGtLyIJ. >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. > -- 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.