Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/sites.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #10505: added support for bulk admin actions, inclu...Jacob Kaplan-Moss2009-03-231-59/+66
* `ModelAdmin` validation now runs when using the `site.reg...Jacob Kaplan-Moss2009-03-171-2/+3
* Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss2009-01-141-97/+188
* Changed the app-level links on the admin index page to in...Adrian Holovaty2008-09-161-1/+1
* Moved the bulk of the shortcut() function in django/views...Adrian Holovaty2008-09-101-2/+2
* Fixed #7929 -- Removed some snippets of admin code that w...Adrian Holovaty2008-09-081-1/+0
* Security fix. Announcement forthcoming.Jacob Kaplan-Moss2008-09-021-35/+2
* Marked a handful of missed strings for translation. Fixes...Jacob Kaplan-Moss2008-08-281-1/+1
* Fixed #8589 -- Fixed the URL for the logout link on the a...Malcolm Tredinnick2008-08-271-1/+2
* Fixed #8577 -- Fixed a couple of indentation errors when ...Malcolm Tredinnick2008-08-271-14/+17
* Fixed #8522 -- Allow app_index to take extra_context to b...Brian Rosner2008-08-251-3/+7
* Fixed #8520 -- Corrected a dumb typo in the call to passw...Brian Rosner2008-08-251-1/+1
* Fixed #8509: Cleaned up handling of test cookies in admin...Russell Keith-Magee2008-08-241-1/+2
* Fixed #8498 -- Add the ability to customize the template ...Brian Rosner2008-08-231-1/+2
* Fixed #7776: Ensured that the test cookie is always delet...Russell Keith-Magee2008-08-231-1/+1
* Fixed #1390 -- Added an app index in the admin interface....Brian Rosner2008-08-231-1/+41
* Fixed #8493 -- Fixed a NoReverseMatch when redirecting to...Brian Rosner2008-08-231-1/+2
* Fixed #8205 -- Corrected a misspelling in the API introdu...Russell Keith-Magee2008-08-101-2/+2
* Fixed #8202 -- Moved user_change_password to UserAdmin. T...Brian Rosner2008-08-101-13/+0
* Added a missing import in AdminSite.check_dependancies.Brian Rosner2008-08-101-0/+1
* Moved ModelAdmin.check_dependancies to AdminSite. Make de...Brian Rosner2008-08-101-0/+21
* Fixed #5801: admin requests with GET args now get properl...Jacob Kaplan-Moss2008-08-091-2/+2
* Removed some unused and duplicated imports.Gary Wilson Jr2008-08-021-5/+0
* Fixed #7919 -- md5 and sha modules are deprecated since P...Gary Wilson Jr2008-08-021-17/+18
* Improved admin model registration options: you can now re...Jacob Kaplan-Moss2008-07-231-7/+22
* Fixed #7775 -- Removed some duplicated code from the admi...Russell Keith-Magee2008-07-201-3/+0
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-191-0/+349