Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/views/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24294 -- Allowed staff_member_required decorator t...Andrei Kulakov2015-03-021-4/+8
* Made staff_member_required redirect to loginClaude Paroz2014-02-041-23/+7
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-0/+1
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-011-1/+2
* Removed a bunch of Python 2.4 workarounds now that we don...Adrian Holovaty2011-03-281-5/+1
* Fixed #15512 -- Cleanup of imports in contrib.admin. Than...Russell Keith-Magee2011-03-031-3/+0
* Fixed #8342 -- Removed code from the admin that assumed t...Jannis Leidel2010-12-021-55/+15
* Fixed #14425 -- Unused imports in contrib.admin. Thanks r...Chris Beaven2010-10-121-2/+0
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-1/+1
* Fixed #8049 -- Fixed inconsistency in admin site is_activ...Adrian Holovaty2010-01-101-1/+1
* Fixed #6991 -- Removed some redundant user.is_authenticat...Adrian Holovaty2010-01-091-1/+1
* Security fix. Announcement forthcoming.Jacob Kaplan-Moss2008-09-021-39/+2
* Fixed #8509: Cleaned up handling of test cookies in admin...Russell Keith-Magee2008-08-241-1/+2
* Fixed #5801: admin requests with GET args now get properl...Jacob Kaplan-Moss2008-08-091-3/+3
* Fixed #7919 -- md5 and sha modules are deprecated since P...Gary Wilson Jr2008-08-021-4/+4
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-191-1/+0
* Simplified control flow for change made in r7535Luke Plant2008-05-171-11/+6
* Fixed bug in staff_member_required decorator for the case...Luke Plant2008-05-161-1/+7
* Removed mark_safe from the saved request path on the admi...Russell Keith-Magee2008-05-101-1/+1
* Fixed #5701 -- Fixed decorators to take the name, attribu...Gary Wilson Jr2008-02-251-3/+9
* Fixed #6481 -- Fixed a bunch of import problems (and some...Malcolm Tredinnick2008-02-191-1/+1
* Implemented auto-escaping of variable output in templates...Malcolm Tredinnick2007-11-141-1/+2
* Merged Unicode branch into trunk (r4952:5608). This shoul...Malcolm Tredinnick2007-07-041-2/+2
* Fixed #4040 -- Changed uses of has_key() to "in". Slight ...Malcolm Tredinnick2007-04-261-5/+5
* Fixed #3379 -- Changed login() so that we update last_log...Malcolm Tredinnick2007-04-251-2/+0
* Revert [4485] in order to fix accidental mod_python break...Malcolm Tredinnick2007-02-121-1/+1
* Refs #2920 -- Replaced implicit uses of _() with explicit...Russell Keith-Magee2007-02-111-1/+1
* Disabled access to the admin site for inactive accounts, ...Russell Keith-Magee2006-09-291-1/+1
* Fixed #2332 -- Introduced is_authenticated() method on Us...Malcolm Tredinnick2006-07-191-1/+1
* Merged multi-auth branch to trunk. See the authenticatio...Jacob Kaplan-Moss2006-06-281-7/+9
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-15/+15
* Fixed #1234 -- Fixed admin problem with login status gett...Adrian Holovaty2006-01-161-1/+7
* added missing translation hooks to the login form. thx mi...Georg Bauer2005-12-261-1/+2
* Added translation strings to django/contrib/admin/views/d...Adrian Holovaty2005-11-251-6/+5
* Added django.contrib.admin, with a staff_member_required ...Adrian Holovaty2005-10-181-0/+100