django1/django/core/servers
Aymeric Augustin a53c474026 Fixed #16241 -- Ensured the WSGI iterable's close() is always called.
Thanks Graham Dumpleton for the report.
2012-12-31 12:45:20 +01: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 #16241 -- Ensured the WSGI iterable's close() is always called. 2012-12-31 12:45:20 +01:00
fastcgi.py Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00