This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-05-05 14:14:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2f3a4cd573
django
/
django
/
core
/
handlers
History
Tim Graham
1101467ce0
Limited lines to 119 characters in django/
...
refs
#23395
.
2014-09-05 09:22:16 -04: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
Limited lines to 119 characters in django/
2014-09-05 09:22:16 -04:00
wsgi.py
Fixed
#21483
-- Added WSGI environ to kwargs sent to request_started signal.
2014-08-29 10:12:03 -04:00