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
/
admin
/
sites.py
Age
Commit message (
Expand
)
Author
2011-03-03
Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip ...
Russell Keith-Magee
2011-02-24
Prevented non-admin users from accessing the admin redirect shortcut.
Jacob Kaplan-Moss
2011-02-23
Fixed #12004 -- Improved error reporting when an abstract class is registered...
Russell Keith-Magee
2011-01-21
Fixed a few translation related tests:
Jannis Leidel
2010-12-02
Fixed #8342 -- Removed code from the admin that assumed that you can't login ...
Jannis Leidel
2010-10-29
Remove several uses of the deprecated dict.has_key in favor of the in operato...
Alex Gaynor
2010-10-14
Fixed reference to removed function root() in AdminSite docstring.
Luke Plant
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-08-06
Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-02-27
Fixed #12933 - AdminSite.admin_view disables @csrf_view_exempt
Luke Plant
2010-02-21
Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...
Jannis Leidel
2010-01-12
Fixed #8933 - Allow more admin templates to be overridden.
Jannis Leidel
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
2009-12-03
Updated all PendingDeprecationWarning from 1.1 to DeprecationWarning ready fo...
Luke Plant
2009-10-30
Allow CsrfResponseMiddleware to be used if templates cannot be updated.
Luke Plant
2009-10-27
Moved contrib.csrf.* to core code.
Luke Plant
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-10-24
Fixed #12067 - check_dependencies in contrib.admin.sites not triggered using ...
Luke Plant
2009-09-10
Fixed #11061: Malformed POST request causes TypeError in AdminSite.login().
Luke Plant
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
2009-07-13
Fixed #11416 -- Restored use of the never_cache decorator on admin views. Tha...
Russell Keith-Magee
2009-04-08
Fixed #9036: unified the permission checking in `AdminSite`, pushing it down ...
Jacob Kaplan-Moss
2009-04-06
Fixed #10423, a type on the `AdminSite.admin_view` docstring.
Jacob Kaplan-Moss
2009-04-06
Made a bunch of improvements to admin actions. Be warned: this includes one m...
Jacob Kaplan-Moss
2009-04-01
Fixed #9908: allow individual app index templates in the admin. Thanks, arne.
Jacob Kaplan-Moss
2009-03-31
Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...
Gary Wilson Jr
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
2009-03-17
`ModelAdmin` validation now runs when using the `site.register(Model, **kwarg...
Jacob Kaplan-Moss
2009-01-14
Fixed #6470: made the admin use a URL resolver.
Jacob Kaplan-Moss
2008-09-16
Changed the app-level links on the admin index page to include trailing slash...
Adrian Holovaty
2008-09-10
Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...
Adrian Holovaty
2008-09-08
Fixed #7929 -- Removed some snippets of admin code that weren't doing anythin...
Adrian Holovaty
2008-09-02
Security fix. Announcement forthcoming.
Jacob Kaplan-Moss
2008-08-28
Marked a handful of missed strings for translation. Fixes #8644, #8617, and #...
Jacob Kaplan-Moss
2008-08-27
Fixed #8589 -- Fixed the URL for the logout link on the app_index page in admin.
Malcolm Tredinnick
2008-08-27
Fixed #8577 -- Fixed a couple of indentation errors when viewing the app-index
Malcolm Tredinnick
2008-08-25
Fixed #8522 -- Allow app_index to take extra_context to be consistent with th...
Brian Rosner
2008-08-24
Fixed #8520 -- Corrected a dumb typo in the call to password_change in django...
Brian Rosner
2008-08-24
Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r...
Russell Keith-Magee
2008-08-23
Fixed #8498 -- Add the ability to customize the template for app_index simila...
Brian Rosner
2008-08-23
Fixed #7776: Ensured that the test cookie is always deleted once a login has ...
Russell Keith-Magee
2008-08-23
Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e...
Brian Rosner
2008-08-23
Fixed #8493 -- Fixed a NoReverseMatch when redirecting to password_change/don...
Brian Rosner
2008-08-10
Fixed #8205 -- Corrected a misspelling in the API introduced in [8265] and [8...
Russell Keith-Magee
2008-08-10
Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless...
Brian Rosner
2008-08-09
Added a missing import in AdminSite.check_dependancies.
Brian Rosner
2008-08-09
Moved ModelAdmin.check_dependancies to AdminSite. Make debugging problems why...
Brian Rosner
2008-08-09
Fixed #5801: admin requests with GET args now get properly bounced through lo...
Jacob Kaplan-Moss
[next]