index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
servers
/
basehttp.py
Age
Commit message (
Expand
)
Author
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
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-26
Fixed #7527 -- Removed an unused value from __all__ in django.core.servers.ba...
Adrian Holovaty
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-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
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-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-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