You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I've written my own middleware class with a process_exception method to capture the exception, and remedy the underlining condition which caused the exception. The point is to transparently resubmit the request without actually returning anything to the client. Basically to retry the entire request and return the result to the user without notifying the user of the retry. Is that possible?