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