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
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