summaryrefslogtreecommitdiff
path: root/django/views/decorators/csrf.py
AgeCommit message (Expand)Author
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-03-12Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...Russell Keith-Magee
2009-10-27Moved contrib.csrf.* to core code.Luke Plant