summaryrefslogtreecommitdiff
path: root/django/core/handler.py
AgeCommit message (Collapse)Author
2007-09-14Removed really obsolete file. I've been informed by reliable sources that ↵Malcolm Tredinnick
this should only affect World Online. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18Added WSGI support. Created core.handlers package. Moved ALL ↵Adrian Holovaty
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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@169 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18Renamed django.core.handler.CoreHandler to ModPythonHandler, in preparation ↵Adrian Holovaty
for WSGI support git-svn-id: http://code.djangoproject.com/svn/django/trunk@168 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18Rolled django.core.extensions.DjangoRequest into ↵Adrian Holovaty
django.utils.httpwrappers.ModPythonRequest, in preparation for WSGI support git-svn-id: http://code.djangoproject.com/svn/django/trunk@167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18Folded django.core.handler.CoreHandler.get_request() into CoreHandler.call()Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16Moved django.core.handler.ImproperlyConfigured into django.core.exceptionsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old ↵Adrian Holovaty
code will still work. git-svn-id: http://code.djangoproject.com/svn/django/trunk@57 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3 bcc190cf-cafb-0310-a4f2-bffc1f526a37