summaryrefslogtreecommitdiff
path: root/django/core/handlers/modpython.py
Commit message (Expand)AuthorAgeFilesLines
* gis: Merged revisions 7981-8001,8003-8011,8013-8033,8035-8036,8038-8039,8041-...archive/attic/gisattic/gisJustin Bronn2008-08-051-2/+23
* gis: Merged revisions 7772-7808,7811-7814,7816-7823,7826-7829,7831-7833,7835 ...Justin Bronn2008-07-041-1/+2
* gis: Merged revisions 7181-7277 via svnmerge from trunk.Justin Bronn2008-03-181-3/+4
* gis: Merged revisions 6672,6686-6688,6690,6693,6707-6708,6726,6730,6753,6755-...Justin Bronn2007-12-151-4/+5
* gis: Merged revisions 6614-6671 via svnmerge from trunk.Justin Bronn2007-11-141-0/+1
* gis: Merged revisions 6525-6613 via svnmerge from [repos:django/trunk trunk].Justin Bronn2007-10-261-8/+13
* Merged revisions 6442-6524 via svnmerge from [repos:django/trunk trunk].Justin Bronn2007-10-161-1/+1
* gis: Merged revisions 6021-6393 via svnmerge from [repos:django/trunk trunk].Justin Bronn2007-09-201-4/+7
* gis: Made necessary modifications for unicode, manage refactor, backend refac...Justin Bronn2007-08-261-4/+5
* gis: Merged revisions 4786-5490 via svnmerge from Jeremy Dunck2007-06-181-2/+2
* Reverted [3919] because it requires mod_python 3.2.10+Adrian Holovaty2006-10-251-1/+2
* Fixed #2865 -- Reverted [3866] (problem with mod_python SERVER_PORTAdrian Holovaty2006-10-241-1/+1
* Changed django.core.handlers.modpython ModPythonRequest.is_secure() to use re...Adrian Holovaty2006-10-241-1/+1
* Removed ENABLE_PSYCO setting. If you still need to use this, write custom mid...Adrian Holovaty2006-09-281-4/+0
* Folded django.core.handlers.modpython.populate_apache_request into ModPythonH...Adrian Holovaty2006-09-281-16/+13
* Changed BaseHandler.get_response() to take a single parameter (an HttpRequest...Adrian Holovaty2006-09-281-1/+1
* Fixed #2782 -- Fixed incorrect request.META['SERVER_PORT'] for mod_python.Adrian Holovaty2006-09-261-1/+1
* Fixed #2745 -- Made the __repr__ methods for modpython and wsgi request moreMalcolm Tredinnick2006-09-251-2/+19
* Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, IvanMalcolm Tredinnick2006-09-221-2/+5
* Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss2006-07-211-1/+0
* Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss2006-07-211-0/+3
* Added 'method' attribute to HttpRequest objectsAdrian Holovaty2006-06-201-0/+4
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-32/+19
* Fixed #1569 -- HttpResponse now accepts iterators. Thanks, ManiacAdrian Holovaty2006-04-091-1/+2
* Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom TobinAdrian Holovaty2006-02-201-0/+4
* Fixed #894 -- Moved response middleware call to base.py so that exceptions in...Adrian Holovaty2006-02-181-4/+0
* Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.Adrian Holovaty2006-02-031-0/+4
* Moved Apache auth handler to django/contrib/auth/handlers/modpython.pyAdrian Holovaty2005-11-301-43/+0
* Added mod_python authentication handler and document on authenticating agains...Jacob Kaplan-Moss2005-11-291-0/+43
* Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...Adrian Holovaty2005-10-061-2/+3
* Fixed #1 -- Added anonymous session support via middleware and request.sessio...Adrian Holovaty2005-08-161-22/+9
* Changed handlers (both mod_python and WSGI) to support setting multiple cooki...Adrian Holovaty2005-08-151-2/+2
* Fixed #126 -- HttpRequest now has a 'raw_post_data' attribute.Adrian Holovaty2005-08-101-2/+10
* Fixed #63 -- Refactored django.core.handlers into subclasses to remove duplic...Adrian Holovaty2005-07-221-116/+2
* Fixed #102 -- Now using text/plain mimetype for exceptions displayed in the b...Adrian Holovaty2005-07-201-2/+2
* Made ModPythonHandler.get_response() tolerant of repr(request) that has an ex...Adrian Holovaty2005-07-201-1/+5
* Changed core.handlers.modpython.populate_apache_request NOT to have side effe...Adrian Holovaty2005-07-181-2/+2
* Added WSGI support. Created core.handlers package. Moved ALL mod_python-speci...Adrian Holovaty2005-07-181-0/+279