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