index
:
django.git
fix-31295
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
/
admin
/
views
/
decorators.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2015-03-02
Fixed #24294 -- Allowed staff_member_required decorator to handle args.
Andrei Kulakov
2014-02-04
Made staff_member_required redirect to login
Claude Paroz
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-03-03
Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...
Russell Keith-Magee
2010-12-02
Fixed #8342 -- Removed code from the admin that assumed that you can't login ...
Jannis Leidel
2010-10-12
Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.
Chris Beaven
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-01-10
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...
Adrian Holovaty
2010-01-09
Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...
Adrian Holovaty
2008-09-02
Security fix. Announcement forthcoming.
Jacob Kaplan-Moss
2008-08-24
Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r...
Russell Keith-Magee
2008-08-09
Fixed #5801: admin requests with GET args now get properly bounced through lo...
Jacob Kaplan-Moss
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-05-16
Simplified control flow for change made in r7535
Luke Plant
2008-05-15
Fixed bug in staff_member_required decorator for the case where users share a...
Luke Plant
2008-05-10
Removed mark_safe from the saved request path on the admin login form. This p...
Russell Keith-Magee
2008-02-25
Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...
Gary Wilson Jr
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-04-26
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
Malcolm Tredinnick
2007-04-25
Fixed #3379 -- Changed login() so that we update last_login when a user
Malcolm Tredinnick
2007-02-11
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
Malcolm Tredinnick
2007-02-11
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...
Russell Keith-Magee
2006-09-29
Disabled access to the admin site for inactive accounts, and clarified docume...
Russell Keith-Magee
2006-07-19
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...
Malcolm Tredinnick
2006-06-28
Merged multi-auth branch to trunk. See the authentication docs for the ramif...
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-01-16
Fixed #1234 -- Fixed admin problem with login status getting out of sync with...
Adrian Holovaty
2005-12-26
added missing translation hooks to the login form. thx mikael.
Georg Bauer
2005-11-25
Added translation strings to django/contrib/admin/views/decorators.py. Taken ...
Adrian Holovaty
2005-10-18
Added django.contrib.admin, with a staff_member_required decorator and code f...
Adrian Holovaty