Conversation
request in templating context automatically
request in templating context automaticallyrequest in template context
|
Okay, I've been looking through this for review.
I'm not sure what the upshot of those ought to be for us. One option is that we just decide this wasn't the right thing for us to do, and drop those issues. Another would be to make sure we set the Content-Length header properly, and then just be okay with the other behaviour changes. ? |
|
I have to admit I didn't know about the first issue. I thought we just had to live with the second one. I think unless we find a clean way to achieve the desired outcome, if possible avoid Update: I'll spend more time on it and see if that's possible. |
|
I guess let's just drop this for now, and close the related issues as "we've decided not to do this". (?) |
Closes #482 according to this.
Sets up request for template context automatically. So instead of this:
We can do:
So the
contextargument totemplates.TemplateResponseis not required anymore.