| Age | Commit message (Expand) | Author |
| 2007-11-30 | Fixed some type checks in the development server. Fixed #6063. | Malcolm Tredinnick |
| 2007-10-31 | Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie... | Gary Wilson Jr |
| 2007-09-09 | Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc... | Adrian Holovaty |
| 2007-07-17 | Fixed #4898 -- Fixed a precendence problem when constructing HTTP Date header. | Malcolm Tredinnick |
| 2007-07-16 | Fixed #4199 -- Changed date formatting in HTTP expires header to be spec | Malcolm Tredinnick |
| 2007-06-22 | Backed out the changes in [5482] for a bit whilst some more investigation into | Malcolm Tredinnick |
| 2007-06-20 | Fixed #4549 -- WSGI server now sets mime type correctly for admin media conte... | Adrian Holovaty |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-01 | Added support for SCGI and AJP. This is a piece that was missed in [4897]. Refs | Malcolm Tredinnick |
| 2006-12-07 | Changed Flup (FastCGI) backend to set debug=False, to turn off tracebacks in ... | Adrian Holovaty |
| 2006-11-07 | Fixed $2973: added minspare/maxspare/maxchildren options to runfcgi. Thanks,... | Jacob Kaplan-Moss |
| 2006-10-31 | Fixes #2969 -- Added maxRequests option for FCGI servers. Thanks, Michael Rad... | Russell Keith-Magee |
| 2006-09-25 | Proofread new django-admin 'adminmedia' option from [3811] and [3812] | Adrian Holovaty |
| 2006-09-24 | Fixed #2600 -- Added an option to allow serving admin media from a custom path | Malcolm Tredinnick |
| 2006-09-21 | Fixed #2732 -- Allow first positional argument to runfastcgi() to be optional. | Malcolm Tredinnick |
| 2006-09-14 | Fixed #2732 -- Fixed error in FastCGI docs and added keyword-arg support in a... | Adrian Holovaty |
| 2006-08-07 | Fixed #2494 -- Django development server no longer does reverse DNS. As a sid... | Adrian Holovaty |
| 2006-07-21 | Fixed a bunch of spurious imports, typos, and other small errors turned up by... | Jacob Kaplan-Moss |
| 2006-06-20 | Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ... | Adrian Holovaty |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |
| 2006-04-12 | Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter | Adrian Holovaty |
| 2005-10-19 | Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl... | Adrian Holovaty |
| 2005-08-29 | Fixed #349 -- Fixed bug in development server admin media on Windows. Thanks,... | Adrian Holovaty |
| 2005-08-19 | Fixed #360 -- runserver now takes optional 'ip:port' in addition to 'port'. T... | Adrian Holovaty |
| 2005-08-12 | Moved django.core.handlers.wsgi.AdminMediaHandler to django.core.servers.base... | Adrian Holovaty |
| 2005-07-26 | Fixed #161 -- Log output for 'django-admin runserver' no longer includes admi... | Adrian Holovaty |
| 2005-07-18 | Added 'django-admin.py runserver', which starts a lightweight development ser... | Adrian Holovaty |