Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/servers/basehttp.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #7527 -- Removed an unused value from __all__ in dj...Adrian Holovaty2008-06-261-1/+1
* Fixed #5596 -- Changed the static view for the developmen...Malcolm Tredinnick2007-12-171-2/+14
* Fixed some type checks in the development server. Fixed #...Malcolm Tredinnick2007-11-301-7/+6
* Fixed #5816 -- Fixed a regression from [6333] that genera...Gary Wilson Jr2007-10-311-3/+3
* Fixed #4898 -- Fixed a precendence problem when construct...Malcolm Tredinnick2007-07-171-1/+1
* Fixed #4199 -- Changed date formatting in HTTP expires he...Malcolm Tredinnick2007-07-161-2/+8
* Backed out the changes in [5482] for a bit whilst some mo...Malcolm Tredinnick2007-06-221-4/+5
* Fixed #4549 -- WSGI server now sets mime type correctly f...Adrian Holovaty2007-06-201-1/+4
* Fixed #4565 -- Changed template rendering to use iterator...Malcolm Tredinnick2007-06-171-5/+4
* Fixed #4040 -- Changed uses of has_key() to "in". Slight ...Malcolm Tredinnick2007-04-261-6/+6
* Proofread new django-admin 'adminmedia' option from [3811...Adrian Holovaty2006-09-251-1/+1
* Fixed #2600 -- Added an option to allow serving admin med...Malcolm Tredinnick2006-09-241-3/+6
* Fixed #2494 -- Django development server no longer does r...Adrian Holovaty2006-08-071-4/+0
* Fixed a bunch of spurious imports, typos, and other small...Jacob Kaplan-Moss2006-07-211-1/+1
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-4/+4
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-4/+4
* Fixed #1626 -- Fixed a bunch of typos in comments and doc...Adrian Holovaty2006-04-121-1/+1
* Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now...Adrian Holovaty2005-10-191-1/+1
* Fixed #349 -- Fixed bug in development server admin media...Adrian Holovaty2005-08-291-1/+1
* Fixed #360 -- runserver now takes optional 'ip:port' in a...Adrian Holovaty2005-08-191-2/+2
* Moved django.core.handlers.wsgi.AdminMediaHandler to djan...Adrian Holovaty2005-08-121-0/+45
* Fixed #161 -- Log output for 'django-admin runserver' no ...Adrian Holovaty2005-07-261-0/+12
* Added 'django-admin.py runserver', which starts a lightwe...Adrian Holovaty2005-07-181-0/+586