Hello,
when exactly Django send request_finished signal please?

If I have in cache some temporary data, is it safe to clear them by
function connected to request_finished signal? (i suppose that
template was rendered, view and all middleware code was executed,
etc..; in short, everything which could touch cached values. we are
now just returning some html/text data to client).

Regards
Michal

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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