| Age | Commit message (Expand) | Author |
| 2009-04-11 | Fixed #10783 -- Fixed Javascript error when adding a new object in admin. | Malcolm Tredinnick |
| 2009-04-11 | Fixed #10782 -- Fixed a Javascript error in the admin. | Malcolm Tredinnick |
| 2009-04-11 | Fixed #10645 -- Added some robustness around some admin and modelform params. | Malcolm Tredinnick |
| 2009-04-08 | Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s... | Jacob Kaplan-Moss |
| 2009-04-08 | Fixed #9341: add another on `ManyToManyField`s with `raw_id_admins` now works... | Jacob Kaplan-Moss |
| 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 #9969: choices with options groups (added in [7977]) now work correctly... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9908: allow individual app index templates in the admin. Thanks, arne. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed a corner case from [10258]; thanks, Alex. | Jacob Kaplan-Moss |
| 2009-03-31 | Added row highlighting when selecting action checkmarks. | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm... | Gary Wilson Jr |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-03-30 | Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #8749: add better breadcrumbs in the change password template. Thanks, ... | Jacob Kaplan-Moss |
| 2009-03-29 | Some minor tweaks to the admin changelist styles for the new action menus. Cu... | Wilson Miner |
| 2009-03-29 | Fixed #10622 -- Resolved an issue with model inheritence and list_editable. T... | Brian Rosner |
| 2009-03-25 | Fixed a ungettext() call to prevent spurious string extraction by xgettext. | Malcolm Tredinnick |
| 2009-03-24 | Fixed #10600 -- Allow for format marker reordering in a translatable string. | Malcolm Tredinnick |
| 2009-03-24 | Fixed #9994 -- Fixed admin filtering when to_field is used on relations. | Malcolm Tredinnick |
| 2009-03-24 | Fixed #10597 -- select all checkbox on admin changelist now works under IE 6 ... | Brian Rosner |
| 2009-03-23 | Fixed #10505: added support for bulk admin actions, including a globally-avai... | Jacob Kaplan-Moss |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-03-18 | Fixed #10533 -- Worked around an apparent limitation of xgettext. | Malcolm Tredinnick |
| 2009-03-18 | Fixed #10530, #10527: added a couple more validation errors around `list_edit... | Jacob Kaplan-Moss |
| 2009-03-17 | Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ... | Jacob Kaplan-Moss |
| 2009-03-17 | `ModelAdmin` validation now runs when using the `site.register(Model, **kwarg... | Jacob Kaplan-Moss |
| 2009-03-10 | Fixed #10271, #10281 -- Fixed the handling multiple inline models that share... | Russell Keith-Magee |
| 2009-02-22 | Fixed #9276 -- Corrected the way the CSS class is rolled out in a stacked edi... | Russell Keith-Magee |
| 2009-01-16 | Cleaned up and refactored `ModelAdmin.formfield_for_dbfield`: | Jacob Kaplan-Moss |
| 2009-01-14 | Fixed #6470: made the admin use a URL resolver. | Jacob Kaplan-Moss |
| 2008-12-27 | Fixed #9637: Use 'block.super' in admin 'extrastyle' blocks to preserve chang... | Luke Plant |
| 2008-12-23 | Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an admin.py mo... | Gary Wilson Jr |
| 2008-12-16 | Follow-up to r9656 -- beef up the added test to exercise all (one can hope) p... | Karen Tracey |
| 2008-12-16 | Fixed #9859 -- Added another missing force_unicode needed in admin when runni... | Karen Tracey |
| 2008-12-11 | Fixed #9795: Since related-object selection widgets take limit_choices_to int... | James Bennett |
| 2008-12-08 | The second part of fixing "related inherited models" display. Handle raw_id v... | Malcolm Tredinnick |
| 2008-12-08 | Fixed #9732 -- Added missing close paragraph tag to password reset confirmati... | Gary Wilson Jr |
| 2008-12-03 | Fixed regression introduced in r9550 | Luke Plant |
| 2008-11-26 | Fixed an issue in ForeignKeyRawIdWidget where the values in limit_choices_to ... | James Bennett |
| 2008-11-21 | Fixed #9642 -- Made the admin calendar/clock popups go away when the users cl... | Karen Tracey |
| 2008-11-20 | OneToOne filtering should only apply in a popup selection from the related mo... | James Bennett |
| 2008-11-16 | Updated stylesheet link on the change password form. | Wilson Miner |
| 2008-11-16 | Removed the hidden import rules in the contrib.admin stylesheets. Each indivi... | Wilson Miner |
| 2008-11-15 | Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_for_value.... | Brian Rosner |
| 2008-11-13 | Fixed #9498 -- Handle a formset correctly when the foreign key is not availab... | Brian Rosner |
| 2008-11-12 | Fixed #106 -- Refrain from generating popup window names that IE refuses to p... | Karen Tracey |
| 2008-11-10 | Fixed #8910 -- Added force_unicode during admin log message creation to avoid... | Karen Tracey |