summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/decorators.py
AgeCommit message (Expand)Author
2012-08-07[py3] Ported django.utils.decorators.Aymeric Augustin
2011-07-03Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on...Jannis Leidel
2011-05-24Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant
2011-05-23Changed utils/decorators.py tests to use RequestFactoryLuke Plant
2010-03-12Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...Russell Keith-Magee
2008-03-17Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca...Gary Wilson Jr