This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
ec04fd1344
django1
/
django
/
core
/
handlers
History
Loic Bistuer
521765f63d
Fixed
#19541
-- Fixed BaseHandler to enable reversing URLs in response middlewares
...
and streamed responses with respect to per-request urlconf.
2013-03-25 03:19:19 +07:00
..
__init__.py
Added WSGI support. Created core.handlers package. Moved ALL mod_python-specific code to django.core.handlers.modpython. Note that django.core.handler is still a valid mod_python handler but IS DEPRECATED. Use django.core.handlers.modpython, instead.
2005-07-18 06:30:26 +00:00
base.py
Fixed
#19541
-- Fixed BaseHandler to enable reversing URLs in response middlewares
2013-03-25 03:19:19 +07:00
wsgi.py
Fixed
#17550
-- Removed a workaround for a bug in flup 1.0.1.
2013-03-24 10:57:38 +01:00