2013/8/8 <[email protected]> > > That is the unit of a code was in section try...finally(in finnaly signal > was excited signals.request_finished), now it isn't present. > There is a feeling that in case of a code redoing it simply forgot to > consider. > If everything is made intentionally I ask to report about it (if it is > possible the link to documentation)ю >
Hello, I purposefully moved the request_finished signal from just after the view function returns to after the response is fully generated. I documented this change here: https://docs.djangoproject.com/en/1.5/releases/1.5/#request-finished-signal How are you triggering this exception? -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
