| Age | Commit message (Expand) | Author |
| 2012-01-02 | Fixed #6163 -- Made "manage.py help runfcgi" display proper default values fo... | Julien Phalip |
| 2011-10-22 | Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int... | Carl Meyer |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-06-30 | Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi... | Jannis Leidel |
| 2011-06-17 | Fixed #16099 -- Enabled threading for the runserver management command and ad... | Jannis Leidel |
| 2011-05-28 | Fixed #14903 -- Removed much of the code in django.core.servers.basehttp that... | Jannis Leidel |
| 2011-03-02 | Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m... | Jannis Leidel |
| 2011-03-01 | Fixed #15281 -- Made the static view use an iterator when serving a file, eff... | Jannis Leidel |
| 2011-02-14 | Fixes #15270 -- Moved back the serve view to django.views.static due to depen... | Jannis Leidel |
| 2010-11-26 | Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma... | Jannis Leidel |
| 2010-11-17 | Fixed #10636 -- Added check to make sure the ADMIN_MEDIA_PREFIX setting is pr... | Jannis Leidel |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-11 | Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. | Jannis Leidel |
| 2010-10-27 | Fixed #14398 -- Changed runfcgi command to interpret the umask option argumen... | Ramiro Morales |
| 2010-10-20 | Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank... | Jannis Leidel |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-01-23 | Added color configuration for HTTP 304, since it doesn't require as much atte... | Russell Keith-Magee |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2010-01-04 | Fixed #7679 -- Added (configurable) highlighting colors to the development se... | Russell Keith-Magee |
| 2009-07-29 | SECURITY ALERT: Corrected a problem with the Admin media handler that could l... | Russell Keith-Magee |
| 2009-05-07 | Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks, mitsuhiko. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #8895: expose the debug setting to fastcgi. Thanks, paulegan. | Jacob Kaplan-Moss |
| 2009-03-20 | Fixed #10556 -- Fixed a problem in the fastcgi server after r10088. | Malcolm Tredinnick |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2008-09-17 | Fixed #8409 -- The runserver now uses conditional GET for admin media files, ... | Adrian Holovaty |
| 2008-06-30 | Fixed #6647 -- Add some more robustness to the development web server. | Malcolm Tredinnick |
| 2008-06-30 | Fixed #6994 -- For fastcgi, set a more sensible default umask. | Malcolm Tredinnick |
| 2008-06-26 | Fixed #7527 -- Removed an unused value from __all__ in django.core.servers.ba... | Adrian Holovaty |
| 2008-03-18 | Fixed #6687: added outlog/errlog options to runfcgi. Thanks, tamas. | Jacob Kaplan-Moss |
| 2007-12-17 | Fixed #5596 -- Changed the static view for the development server so that Dja... | Malcolm Tredinnick |
| 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 |