summaryrefslogtreecommitdiff
path: root/django/middleware/doc.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...Adrian Holovaty2010-01-101-1/+2
* Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...Adrian Holovaty2010-01-091-1/+1
* Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IPMalcolm Tredinnick2006-09-221-4/+5
* Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...Adrian Holovaty2006-06-201-1/+1
* Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty2006-06-081-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-2/+2
* Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U...Adrian Holovaty2005-11-271-2/+1
* Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Than...Adrian Holovaty2005-08-311-1/+1
* Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty2005-07-131-0/+18