This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
core
/
handlers
History
Jacob Kaplan-Moss
a5d3e0c3ef
Fixed
#3187
-- Django will now look for the root URLconf as an attribute of the request object, if available. This lets middleware override the urlconf as needed. Thanks, Fredrik Lundh.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@4237
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-26 14:40:33 +00: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
#3187
-- Django will now look for the root URLconf as an attribute of the request object, if available. This lets middleware override the urlconf as needed. Thanks, Fredrik Lundh.
2006-12-26 14:40:33 +00:00
modpython.py
Reverted [3919] because it requires mod_python 3.2.10+
2006-10-25 02:55:51 +00:00
profiler-hotshot.py
Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match new-admin
2005-11-22 05:04:56 +00:00
wsgi.py
Fixed
#2924
-- Development server no longer spins on an empty form post. Bug caused by [3805]
2006-11-29 22:51:24 +00:00