summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates
AgeCommit message (Expand)Author
2010-01-23Fixed #12564 - Use locale-aware date format in admin object history overviewJannis Leidel
2010-01-12Make use of new ability to override admin add form templates and removed a li...Jannis Leidel
2010-01-10Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...Adrian Holovaty
2010-01-09Fixed #11600 -- Fixed placement of 'View on site' in stacked inline admin tem...Adrian Holovaty
2010-01-09Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...Adrian Holovaty
2010-01-09Fixed #11478 - Use namespacing for URLs to i18n JavaScript in admin.Jannis Leidel
2010-01-05Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...Jannis Leidel
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-09-10Fixed #11591: invalid HTML in tabular.html.Luke Plant
2009-08-13Fixed #11534: Improved wording for admin delete confirmation. Thanks hanksim...Karen Tracey
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-06-06Fixed #11271 -- Added a translation marker for the list_editable save button....Russell Keith-Magee
2009-05-08Fixed #10651: fixed a javascript error on the admin user add form. Thanks, se...Jacob Kaplan-Moss
2009-05-05Fixed #10959 -- Changed the admin search button text to make it clearer in th...Russell Keith-Magee
2009-05-05Fixed #10275 -- Corrected the edge case of rendering a LogEntry with a conten...Russell Keith-Magee
2009-05-03Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at...Russell Keith-Magee
2009-05-03Fixed #8903 -- Corrected rendering of admin inline formsets (tabular and stac...Russell Keith-Magee
2009-04-19Fixed #9420 -- Fixed admin templates CSS.Malcolm Tredinnick
2009-04-06Made a bunch of improvements to admin actions. Be warned: this includes one m...Jacob Kaplan-Moss
2009-03-30Fixed #8749: add better breadcrumbs in the change password template. Thanks, ...Jacob Kaplan-Moss
2009-03-23Fixed #10505: added support for bulk admin actions, including a globally-avai...Jacob Kaplan-Moss
2009-03-17Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...Jacob Kaplan-Moss
2009-02-22Fixed #9276 -- Corrected the way the CSS class is rolled out in a stacked edi...Russell Keith-Magee
2008-12-27Fixed #9637: Use 'block.super' in admin 'extrastyle' blocks to preserve chang...Luke Plant
2008-12-08Fixed #9732 -- Added missing close paragraph tag to password reset confirmati...Gary Wilson Jr
2008-11-16Updated stylesheet link on the change password form.Wilson Miner
2008-11-16Removed the hidden import rules in the contrib.admin stylesheets. Each indivi...Wilson Miner
2008-11-09Fixed #9514 -- Made admin change_form template correctly recognize/report whe...Karen Tracey
2008-10-31Applied contrib.admin IE CSS patches to IE6 and 7, and added simple hacks to ...Wilson Miner
2008-10-31Added IE conditional comments to contrib.admin base template to block CSS fro...Wilson Miner
2008-10-31Fixed #8882 -- When a foreign key is among the unique_together fields in an i...Brian Rosner
2008-10-24Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the chan...Karen Tracey
2008-10-21Display non_field_errors of inline forms in the admin. This was a presentatio...Brian Rosner
2008-09-21Fixed 8984: Only include a "Documentation" link on change password and change...Karen Tracey
2008-09-08Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...Adrian Holovaty
2008-09-03Fixed #8812 -- Fixed up the positioning of the "delete" link in the adminMalcolm Tredinnick
2008-09-02Security fix. Announcement forthcoming.Jacob Kaplan-Moss
2008-09-02Fixed #2612: fixed display of admin `help_text` with multiple fields on the s...Jacob Kaplan-Moss
2008-09-01Fixed #2612 -- Fixed admin formatting when help_text is used with multiple fi...Brian Rosner
2008-08-31Fixed #8631 -- Corrected a display issue with the popup submit_row where the ...Brian Rosner
2008-08-29Fixed #7810: added named URLs for admin docs, and use them in the admin base ...Jacob Kaplan-Moss
2008-08-26Marked a couple of unmarked strings in edit_inline templates and corrected a ...Brian Rosner
2008-08-26Fixed #7984 -- 'View on site' links now work in inlines. Thanks philwo for th...Brian Rosner
2008-08-25Fixed #8547 -- Corrected the breadcrumb display in the object_history.html te...Brian Rosner
2008-08-24Fixed #8129: Modified the password reset email template to use a URL lookup, ...Russell Keith-Magee
2008-08-23Fixed #7903 -- Allow admin's prepopulated_from to work with TextFields. PatchMalcolm Tredinnick
2008-08-23Tweaked the Admin add/change page so that "save" is still the highlightedMalcolm Tredinnick
2008-08-23Updated password change template (in admin templates) to use current formMalcolm Tredinnick