summaryrefslogtreecommitdiff
path: root/tests/regressiontests/decorators
AgeCommit message (Expand)Author
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2009-09-28Added 'key_prefix' keyword argument to cache_page()Luke Plant
2009-09-26Corrected regressions introduced in r11586 and r11593Luke Plant
2009-09-21Fixed #6371 - several decorators don't work with bound methods.Luke Plant
2009-04-01Fixed #9474: user_passes_test may now be applied multiple times.Jacob Kaplan-Moss
2008-02-26Fixed a missing __init__.py from [7153]Jacob Kaplan-Moss
2008-02-25Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...Gary Wilson Jr