summaryrefslogtreecommitdiff
path: root/django/contrib/admin/sites.py
AgeCommit message (Expand)Author
2008-09-16Changed the app-level links on the admin index page to include trailing slash...Adrian Holovaty
2008-09-10Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...Adrian Holovaty
2008-09-08Fixed #7929 -- Removed some snippets of admin code that weren't doing anythin...Adrian Holovaty
2008-09-02Security fix. Announcement forthcoming.Jacob Kaplan-Moss
2008-08-28Marked a handful of missed strings for translation. Fixes #8644, #8617, and #...Jacob Kaplan-Moss
2008-08-27Fixed #8589 -- Fixed the URL for the logout link on the app_index page in admin.Malcolm Tredinnick
2008-08-27Fixed #8577 -- Fixed a couple of indentation errors when viewing the app-indexMalcolm Tredinnick
2008-08-25Fixed #8522 -- Allow app_index to take extra_context to be consistent with th...Brian Rosner
2008-08-24Fixed #8520 -- Corrected a dumb typo in the call to password_change in django...Brian Rosner
2008-08-24Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r...Russell Keith-Magee
2008-08-23Fixed #8498 -- Add the ability to customize the template for app_index simila...Brian Rosner
2008-08-23Fixed #7776: Ensured that the test cookie is always deleted once a login has ...Russell Keith-Magee
2008-08-23Fixed #1390 -- Added an app index in the admin interface. Thanks juliae and e...Brian Rosner
2008-08-23Fixed #8493 -- Fixed a NoReverseMatch when redirecting to password_change/don...Brian Rosner
2008-08-10Fixed #8205 -- Corrected a misspelling in the API introduced in [8265] and [8...Russell Keith-Magee
2008-08-10Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless...Brian Rosner
2008-08-09Added a missing import in AdminSite.check_dependancies.Brian Rosner
2008-08-09Moved ModelAdmin.check_dependancies to AdminSite. Make debugging problems why...Brian Rosner
2008-08-09Fixed #5801: admin requests with GET args now get properly bounced through lo...Jacob Kaplan-Moss
2008-08-02Removed some unused and duplicated imports.Gary Wilson Jr
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-07-23Improved admin model registration options: you can now register using registe...Jacob Kaplan-Moss
2008-07-20Fixed #7775 -- Removed some duplicated code from the admin login sequence. Th...Russell Keith-Magee
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner