mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Thanks to Simon Willison for the original idea, and to Mikhail Korobov and Ivan Sagalaev for their assistance, including the draft patch from Mikhail.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
22fc30be5a
commit
e0dcd7666a
19 changed files with 842 additions and 210 deletions
|
@ -28,6 +28,7 @@ from parser import ParserTests
|
|||
from unicode import UnicodeTests
|
||||
from nodelist import NodelistTest
|
||||
from smartif import *
|
||||
from response import *
|
||||
|
||||
try:
|
||||
from loaders import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue