Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/handlers
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+1
* Implemented persistent database connections.Aymeric Augustin2013-02-281-2/+2
* Made modwsgi groups_for_user consistent with check_passwordPreston Holmes2013-02-091-5/+1
* Fixed #19596 -- Use `_default_manager` instead of `object...Florian Apolloner2013-01-221-2/+2
* Fixed #19057 (again) -- added additional testsPreston Holmes2012-10-301-6/+1
* Fixed #19057 -- support custom user models in mod_wsgi au...Preston Holmes2012-10-021-6/+19
* fixed #10809 -- add a mod_wsgi authentication handlerPreston Holmes2012-09-271-0/+43
* Fixed #18029 -- Removed leftover mod_python files forgott...Claude Paroz2012-03-311-56/+0
* Small change to modpython auth handler to support Apache 2.2Jacob Kaplan-Moss2007-09-151-0/+4
* Fixed #2770 -- Fixed a database connection leak inMalcolm Tredinnick2006-09-221-13/+18
* Added support to django/contrib/auth/handlers/modpython.p...Adrian Holovaty2006-05-311-2/+5
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-6/+6
* Fixed #1185 -- Fixed Python 2.4 bug in Django authenticat...Adrian Holovaty2006-01-081-1/+1
* Moved Apache auth handler to django/contrib/auth/handlers...Adrian Holovaty2005-11-302-0/+44