mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that decorators (in particular, the cache decorator) can defer processing until after rendering has occurred. Thanks to Joshua Ginsberg for the draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -1 +1,2 @@
|
||||
<h1>About</h1>
|
||||
<h1>About</h1>
|
||||
{% now "U.u" %}
|
||||
|
||||
Reference in New Issue
Block a user