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
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
2008-08-02
Removed some unused and duplicated imports.
Gary Wilson Jr
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-07-23
Improved admin model registration options: you can now register using registe...
Jacob Kaplan-Moss
2008-07-20
Fixed #7775 -- Removed some duplicated code from the admin login sequence. Th...
Russell Keith-Magee
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
[prev]