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
/
contrib
/
auth
/
decorators.py
Age
Commit message (
Expand
)
Author
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-02-25
Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...
Gary Wilson Jr
2007-11-09
Fixed bug in /admin/doc/views/ caused by [6658]
Luke Plant
2007-11-07
Fixed #4376 -- login_required now works with bound methods. Thanks, Steven B...
Luke Plant
2007-09-14
Fixed #5308 -- Redirect from pages that need login and have Unicode URL no lo...
Adrian Holovaty
2007-09-14
Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,...
Adrian Holovaty
2007-04-25
Fixed #3185 -- Made values for login, logout and post-login redirect URLs
Malcolm Tredinnick
2006-09-25
Fixed typos and improved documentation for permission_required decorator addi...
Adrian Holovaty
2006-09-22
Fixed #2629 -- Added a permission_required decorator to
Malcolm Tredinnick
2006-07-28
Removed bug from [3461] -- __name__ is not assignable
Adrian Holovaty
2006-07-27
Fixed #2388 -- login_required decorator now preserves docstring and name of d...
Adrian Holovaty
2006-07-19
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...
Malcolm Tredinnick
2006-05-22
Fixed #849 -- Improved login_required view decorator to save query-string par...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty