django1/django/core/servers
Claude Paroz 681550ca6d Removed custom WSGIRequestHandler.get_environ
We probably historically customized it for good reasons, but
currently, the differences with upstream Python are not
significant any longer.
Also fixes #19075 for which a test has been added.
2012-10-20 13:55:13 +02: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 Removed custom WSGIRequestHandler.get_environ 2012-10-20 13:55:13 +02:00
fastcgi.py Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00