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-03-14
[1.1.X] Revert r12763 until we figure out what's wrong with it on 1.1.X. Refs...
Karen Tracey
2010-03-12
[1.1.X] Fixed #13093 -- Updated some decorators and the decorator_from_middle...
Russell Keith-Magee
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