WSGI Support Added
July 18, 2005
1:30 a.m.
In response to concerns about Django’s reliance on mod_python, Adrian checks in a significant refactoring of Django’s request handling code, allowing for multiple handlers to be used. Included is a handler for WSGI—Python’s now-standard interface for such matters—and a built-in web server that uses WSGI internally.