summaryrefslogtreecommitdiff
path: root/django/middleware/admin.py
AgeCommit message (Expand)Author
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty
2005-10-14Fixed #626 -- Moved template modules to django.core.template package. django....Adrian Holovaty
2005-09-23Added request.session.delete_test_cookie()Adrian Holovaty
2005-08-17Fixed #335 -- Admin login form now checks that cookies are enabled.Adrian Holovaty
2005-08-16Fixed #1 -- Added anonymous session support via middleware and request.sessio...Adrian Holovaty
2005-07-26Fixed #159 -- Admin users no longer have to log in to go to the 'log out' pag...Adrian Holovaty
2005-07-20Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh...Adrian Holovaty
2005-07-15Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty