summaryrefslogtreecommitdiff
path: root/django/utils/decorators.py
AgeCommit message (Expand)Author
2010-05-13Corrected 'name' of functions wrapped with method_decoratorLuke Plant
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
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2009-10-15Licence block for code added in r11586Luke Plant
2009-10-01Removed some unused code and improved docstring on auto_adapt_to_methodsLuke Plant
2009-09-22Fixed typo in docstring for decorator_from_middleware_with_args.Luke Plant
2009-09-21Fixed #6371 - several decorators don't work with bound methods.Luke Plant
2008-03-17Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca...Gary Wilson Jr
2008-02-25Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...Gary Wilson Jr
2007-07-07Corrected misleading comment from [5619]. Not sure what I was smoking at theMalcolm Tredinnick
2007-07-05Fixed #1015 -- Fixed decorator_from_middleware to return a real decorator evenMalcolm Tredinnick
2005-11-27Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U...Adrian Holovaty
2005-11-04Fixed bug in django.utils.decorators.decorator_from_middleware -- it wasn't r...Adrian Holovaty
2005-10-15Fixed #616 -- Added a process_exception() hook to middleware framework. Thank...Adrian Holovaty
2005-10-10Fixed #600 -- decorator_from_middleware now handles process_view. Thanks, HugoAdrian Holovaty
2005-10-08Added django.utils.decorators, from Hugo's #580 patch. Refs #580.Adrian Holovaty