summaryrefslogtreecommitdiff
path: root/django/contrib/auth/handlers/modpython.py
AgeCommit message (Expand)Author
2012-03-31Fixed #18029 -- Removed leftover mod_python files forgotten in r17835.Claude Paroz
2007-09-15Small change to modpython auth handler to support Apache 2.2Jacob Kaplan-Moss
2006-09-22Fixed #2770 -- Fixed a database connection leak inMalcolm Tredinnick
2006-05-31Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-01-08Fixed #1185 -- Fixed Python 2.4 bug in Django authentication mod_python handl...Adrian Holovaty
2005-11-30Moved Apache auth handler to django/contrib/auth/handlers/modpython.pyAdrian Holovaty