| Commit message (Expand) | Author | Age | Files | Lines |
* | gis: Merged revisions 7981-8001,8003-8011,8013-8033,8035-8036,8038-8039,8041-...archive/attic/gisattic/gis | Justin Bronn | 2008-08-05 | 1 | -2/+23 |
* | gis: Merged revisions 7772-7808,7811-7814,7816-7823,7826-7829,7831-7833,7835 ... | Justin Bronn | 2008-07-04 | 1 | -1/+2 |
* | gis: Merged revisions 7181-7277 via svnmerge from trunk. | Justin Bronn | 2008-03-18 | 1 | -3/+4 |
* | gis: Merged revisions 6672,6686-6688,6690,6693,6707-6708,6726,6730,6753,6755-... | Justin Bronn | 2007-12-15 | 1 | -4/+5 |
* | gis: Merged revisions 6614-6671 via svnmerge from trunk. | Justin Bronn | 2007-11-14 | 1 | -0/+1 |
* | gis: Merged revisions 6525-6613 via svnmerge from [repos:django/trunk trunk]. | Justin Bronn | 2007-10-26 | 1 | -8/+13 |
* | Merged revisions 6442-6524 via svnmerge from [repos:django/trunk trunk]. | Justin Bronn | 2007-10-16 | 1 | -1/+1 |
* | gis: Merged revisions 6021-6393 via svnmerge from [repos:django/trunk trunk]. | Justin Bronn | 2007-09-20 | 1 | -4/+7 |
* | gis: Made necessary modifications for unicode, manage refactor, backend refac... | Justin Bronn | 2007-08-26 | 1 | -4/+5 |
* | gis: Merged revisions 4786-5490 via svnmerge from | Jeremy Dunck | 2007-06-18 | 1 | -2/+2 |
* | Reverted [3919] because it requires mod_python 3.2.10+ | Adrian Holovaty | 2006-10-25 | 1 | -1/+2 |
* | Fixed #2865 -- Reverted [3866] (problem with mod_python SERVER_PORT | Adrian Holovaty | 2006-10-24 | 1 | -1/+1 |
* | Changed django.core.handlers.modpython ModPythonRequest.is_secure() to use re... | Adrian Holovaty | 2006-10-24 | 1 | -1/+1 |
* | Removed ENABLE_PSYCO setting. If you still need to use this, write custom mid... | Adrian Holovaty | 2006-09-28 | 1 | -4/+0 |
* | Folded django.core.handlers.modpython.populate_apache_request into ModPythonH... | Adrian Holovaty | 2006-09-28 | 1 | -16/+13 |
* | Changed BaseHandler.get_response() to take a single parameter (an HttpRequest... | Adrian Holovaty | 2006-09-28 | 1 | -1/+1 |
* | Fixed #2782 -- Fixed incorrect request.META['SERVER_PORT'] for mod_python. | Adrian Holovaty | 2006-09-26 | 1 | -1/+1 |
* | Fixed #2745 -- Made the __repr__ methods for modpython and wsgi request more | Malcolm Tredinnick | 2006-09-25 | 1 | -2/+19 |
* | Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, Ivan | Malcolm Tredinnick | 2006-09-22 | 1 | -2/+5 |
* | Second half of little cleanup tweaks suggested by pyflakes. | Jacob Kaplan-Moss | 2006-07-21 | 1 | -1/+0 |
* | Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand... | Jacob Kaplan-Moss | 2006-07-21 | 1 | -0/+3 |
* | Added 'method' attribute to HttpRequest objects | Adrian Holovaty | 2006-06-20 | 1 | -0/+4 |
* | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty | 2006-05-02 | 1 | -32/+19 |
* | Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac | Adrian Holovaty | 2006-04-09 | 1 | -1/+2 |
* | Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin | Adrian Holovaty | 2006-02-20 | 1 | -0/+4 |
* | Fixed #894 -- Moved response middleware call to base.py so that exceptions in... | Adrian Holovaty | 2006-02-18 | 1 | -4/+0 |
* | Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek. | Adrian Holovaty | 2006-02-03 | 1 | -0/+4 |
* | Moved Apache auth handler to django/contrib/auth/handlers/modpython.py | Adrian Holovaty | 2005-11-30 | 1 | -43/+0 |
* | Added mod_python authentication handler and document on authenticating agains... | Jacob Kaplan-Moss | 2005-11-29 | 1 | -0/+43 |
* | Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T... | Adrian Holovaty | 2005-10-06 | 1 | -2/+3 |
* | Fixed #1 -- Added anonymous session support via middleware and request.sessio... | Adrian Holovaty | 2005-08-16 | 1 | -22/+9 |
* | Changed handlers (both mod_python and WSGI) to support setting multiple cooki... | Adrian Holovaty | 2005-08-15 | 1 | -2/+2 |
* | Fixed #126 -- HttpRequest now has a 'raw_post_data' attribute. | Adrian Holovaty | 2005-08-10 | 1 | -2/+10 |
* | Fixed #63 -- Refactored django.core.handlers into subclasses to remove duplic... | Adrian Holovaty | 2005-07-22 | 1 | -116/+2 |
* | Fixed #102 -- Now using text/plain mimetype for exceptions displayed in the b... | Adrian Holovaty | 2005-07-20 | 1 | -2/+2 |
* | Made ModPythonHandler.get_response() tolerant of repr(request) that has an ex... | Adrian Holovaty | 2005-07-20 | 1 | -1/+5 |
* | Changed core.handlers.modpython.populate_apache_request NOT to have side effe... | Adrian Holovaty | 2005-07-18 | 1 | -2/+2 |
* | Added WSGI support. Created core.handlers package. Moved ALL mod_python-speci... | Adrian Holovaty | 2005-07-18 | 1 | -0/+279 |