summaryrefslogtreecommitdiff
path: root/django/core/servers/basehttp.py
AgeCommit message (Expand)Author
2010-01-23Added color configuration for HTTP 304, since it doesn't require as much atte...Russell Keith-Magee
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-04Fixed #7679 -- Added (configurable) highlighting colors to the development se...Russell Keith-Magee
2009-07-29SECURITY ALERT: Corrected a problem with the Admin media handler that could l...Russell Keith-Magee
2009-05-07Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks, mitsuhiko.Jacob Kaplan-Moss
2008-09-17Fixed #8409 -- The runserver now uses conditional GET for admin media files, ...Adrian Holovaty
2008-06-30Fixed #6647 -- Add some more robustness to the development web server.Malcolm Tredinnick
2008-06-26Fixed #7527 -- Removed an unused value from __all__ in django.core.servers.ba...Adrian Holovaty
2007-12-17Fixed #5596 -- Changed the static view for the development server so that Dja...Malcolm Tredinnick
2007-11-30Fixed some type checks in the development server. Fixed #6063.Malcolm Tredinnick
2007-10-31Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...Gary Wilson Jr
2007-07-17Fixed #4898 -- Fixed a precendence problem when constructing HTTP Date header.Malcolm Tredinnick
2007-07-16Fixed #4199 -- Changed date formatting in HTTP expires header to be specMalcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-20Fixed #4549 -- WSGI server now sets mime type correctly for admin media conte...Adrian Holovaty
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2006-09-25Proofread new django-admin 'adminmedia' option from [3811] and [3812]Adrian Holovaty
2006-09-24Fixed #2600 -- Added an option to allow serving admin media from a custom pathMalcolm Tredinnick
2006-08-07Fixed #2494 -- Django development server no longer does reverse DNS. As a sid...Adrian Holovaty
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-12Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, DexterAdrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty
2005-08-29Fixed #349 -- Fixed bug in development server admin media on Windows. Thanks,...Adrian Holovaty
2005-08-19Fixed #360 -- runserver now takes optional 'ip:port' in addition to 'port'. T...Adrian Holovaty
2005-08-12Moved django.core.handlers.wsgi.AdminMediaHandler to django.core.servers.base...Adrian Holovaty
2005-07-26Fixed #161 -- Log output for 'django-admin runserver' no longer includes admi...Adrian Holovaty
2005-07-18Added 'django-admin.py runserver', which starts a lightweight development ser...Adrian Holovaty