index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
decorators.py
Age
Commit message (
Expand
)
Author
2010-05-13
Corrected 'name' of functions wrapped with method_decorator
Luke Plant
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-12
Fixed #13093 -- Updated some decorators and the decorator_from_middleware fun...
Russell Keith-Magee
2010-02-09
Fixed #12804 - regression with decorating admin views.
Luke Plant
2009-10-15
Licence block for code added in r11586
Luke Plant
2009-10-01
Removed some unused code and improved docstring on auto_adapt_to_methods
Luke Plant
2009-09-22
Fixed typo in docstring for decorator_from_middleware_with_args.
Luke Plant
2009-09-21
Fixed #6371 - several decorators don't work with bound methods.
Luke Plant
2008-03-17
Fixed #6679 -- In `decorator_from_middleware`, don't unpack arguments when ca...
Gary Wilson Jr
2008-02-25
Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...
Gary Wilson Jr
2007-07-07
Corrected misleading comment from [5619]. Not sure what I was smoking at the
Malcolm Tredinnick
2007-07-05
Fixed #1015 -- Fixed decorator_from_middleware to return a real decorator even
Malcolm Tredinnick
2005-11-27
Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U...
Adrian Holovaty
2005-11-04
Fixed bug in django.utils.decorators.decorator_from_middleware -- it wasn't r...
Adrian Holovaty
2005-10-15
Fixed #616 -- Added a process_exception() hook to middleware framework. Thank...
Adrian Holovaty
2005-10-10
Fixed #600 -- decorator_from_middleware now handles process_view. Thanks, Hugo
Adrian Holovaty
2005-10-08
Added django.utils.decorators, from Hugo's #580 patch. Refs #580.
Adrian Holovaty