summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/remote_user.py
AgeCommit message (Expand)Author
2009-10-14Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid ...Luke Plant
2009-05-04Fixed #10521 -- Modified the Remote User tests so that it isn't dependent on ...Russell Keith-Magee
2009-03-15Fixed #689 -- Added a middleware and authentication backend to contrib.auth f...Gary Wilson Jr