| Age | Commit message (Expand) | Author |
| 2010-05-04 | Fixed #13472 - Fixed minor regression in admin actions template introduced in... | Jannis Leidel |
| 2010-05-04 | Fixed #13459 -- Corrected numbering of tr elements in the admin. Reverts the ... | Russell Keith-Magee |
| 2010-05-02 | Fixed #13166 - Added JavaScript warnings to admin changelist to help against ... | Jannis Leidel |
| 2010-04-30 | Fixed #13443 -- Added required CSS class to the column headings on admin Tabu... | Russell Keith-Magee |
| 2010-04-19 | Fixed #11967: use a different technique to get `ADMIN_MEDIA_PREFIX` in admin JS. | Jacob Kaplan-Moss |
| 2010-04-13 | Fixed #12903 - Made translating the admin action selection text easier. Thank... | Jannis Leidel |
| 2010-04-13 | Fixed #12882 - Moved the admin's jQuery into our own namespace to lower the r... | Jannis Leidel |
| 2010-04-07 | Fixed #13068, #9264, #9983, #9784 - regression with pre-populated fields and ... | Luke Plant |
| 2010-04-05 | Fixed #13038 -- Ensured that readonly fields in the admin have their name add... | Russell Keith-Magee |
| 2010-03-30 | Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu... | Russell Keith-Magee |
| 2010-03-23 | Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomu... | Russell Keith-Magee |
| 2010-03-01 | Fixed #12903 - Added plural forms to a few strings in the admin actions templ... | Jannis Leidel |
| 2010-02-26 | Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t... | Russell Keith-Magee |
| 2010-02-23 | Fixed #11681. Fixed display of non_field_errors and non_form_errors in the ad... | Joseph Kocherhans |
| 2010-02-17 | Fixed #12705 -- Date/time and select filter widgets now work again with newly... | Justin Bronn |
| 2010-02-07 | Fixed #12716 - Typo in the admin change list template. Thanks, kbrownlees. | Jannis Leidel |
| 2010-02-07 | Fixed #12793 - Only use the admin actions JavaScript if not explicitly deacti... | Jannis Leidel |
| 2010-02-01 | Use a closure for embedding the admin actions JavaScript and updated the mini... | Jannis Leidel |
| 2010-02-01 | Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als... | Jannis Leidel |
| 2010-02-01 | Fixed #12726 - Prevent listing media twice in admin's change list. Thanks, je... | Jannis Leidel |
| 2010-01-26 | Fixed #12282 - When paginated allow selecting all items in the admin changlist. | Jannis Leidel |
| 2010-01-26 | Fixed #12508 - Added ability to dynamically add inlines in the admin app. | Jannis Leidel |
| 2010-01-23 | Fixed #12564 - Use locale-aware date format in admin object history overview | Jannis Leidel |
| 2010-01-12 | Make use of new ability to override admin add form templates and removed a li... | Jannis Leidel |
| 2010-01-10 | Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for... | Adrian Holovaty |
| 2010-01-09 | Fixed #11600 -- Fixed placement of 'View on site' in stacked inline admin tem... | Adrian Holovaty |
| 2010-01-09 | Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou... | Adrian Holovaty |
| 2010-01-09 | Fixed #11478 - Use namespacing for URLs to i18n JavaScript in admin. | Jannis Leidel |
| 2010-01-05 | Fixed #10615 - Added selection counter to admin change list. Thanks to Martin... | Jannis Leidel |
| 2009-12-22 | Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo... | Brian Rosner |
| 2009-12-22 | Fixed #7980 - Improved i18n framework to support locale aware formatting (dat... | Jannis Leidel |
| 2009-10-26 | Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo... | Luke Plant |
| 2009-09-10 | Fixed #11591: invalid HTML in tabular.html. | Luke Plant |
| 2009-08-13 | Fixed #11534: Improved wording for admin delete confirmation. Thanks hanksim... | Karen Tracey |
| 2009-07-16 | Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ... | Russell Keith-Magee |
| 2009-06-06 | Fixed #11271 -- Added a translation marker for the list_editable save button.... | Russell Keith-Magee |
| 2009-05-08 | Fixed #10651: fixed a javascript error on the admin user add form. Thanks, se... | Jacob Kaplan-Moss |
| 2009-05-05 | Fixed #10959 -- Changed the admin search button text to make it clearer in th... | Russell Keith-Magee |
| 2009-05-05 | Fixed #10275 -- Corrected the edge case of rendering a LogEntry with a conten... | Russell Keith-Magee |
| 2009-05-03 | Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at... | Russell Keith-Magee |
| 2009-05-03 | Fixed #8903 -- Corrected rendering of admin inline formsets (tabular and stac... | Russell Keith-Magee |
| 2009-04-19 | Fixed #9420 -- Fixed admin templates CSS. | Malcolm Tredinnick |
| 2009-04-06 | Made a bunch of improvements to admin actions. Be warned: this includes one m... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #8749: add better breadcrumbs in the change password template. Thanks, ... | Jacob Kaplan-Moss |
| 2009-03-23 | Fixed #10505: added support for bulk admin actions, including a globally-avai... | Jacob Kaplan-Moss |
| 2009-03-17 | Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ... | Jacob Kaplan-Moss |
| 2009-02-22 | Fixed #9276 -- Corrected the way the CSS class is rolled out in a stacked edi... | Russell Keith-Magee |
| 2008-12-27 | Fixed #9637: Use 'block.super' in admin 'extrastyle' blocks to preserve chang... | Luke Plant |
| 2008-12-08 | Fixed #9732 -- Added missing close paragraph tag to password reset confirmati... | Gary Wilson Jr |
| 2008-11-16 | Updated stylesheet link on the change password form. | Wilson Miner |