django1/django/core/servers
Malcolm Tredinnick bccb8897e6 Fixed #4565 -- Changed template rendering to use iterators, rather than
creating large strings, as much as possible. This is all backwards compatible.
Thanks, Brian Harring.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-17 07:11:37 +00:00
..
__init__.py Added 'django-admin.py runserver', which starts a lightweight development server running Django on a local port 2005-07-18 15:25:58 +00:00
basehttp.py Fixed #4565 -- Changed template rendering to use iterators, rather than 2007-06-17 07:11:37 +00:00
fastcgi.py Added support for SCGI and AJP. This is a piece that was missed in [4897]. Refs 2007-04-01 07:30:27 +00:00