Hi Russel, On 10/22/2010 05:20 AM, Russell Keith-Magee wrote:
Jacob has already marked #9886 RFC, and on first inspection, the patch looks good to me too; I want to have a closer look before I commit, though. If you want to proceed assuming that #9886 will be committed (i.e., make the fix for #14523 have #9866 as a prerequisite), I doubt it would be wasted effort.
I didn't feel it would be wasted :-). I was going to start doing the new patch on top of my local bzr branch with #9886 applied (arent' DVCSes awesome?). What I meant is that I didn't want to actually attach a diff file to the ticket yet because it has chances of not being applicable against trunk.
Regarding the second problem you describe -- unless I'm mistaken, Simon's TemplateResponse addresses this with his "baking" concept; a response is baked the first time it is iterated or otherwise evaluated.
The problem is that this iteration may (and does) happen after response is returned from the handler — and hence outside the `try .. except`. The point is to call baking explicitly right before the return.
-- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.