summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2009-05-14[1.0.X] Fixed #10348: ChangeList no longer overwrites a select_related provid...Jacob Kaplan-Moss
2009-05-13[1.0.X] Fixed #10448: correcting errors on "save as new" now correctly create...Jacob Kaplan-Moss
2009-05-11[1.0.X] Changed r10672 to not falsely error out when using generic inlines.Malcolm Tredinnick
2009-05-09[1.0.X] Fixed #11042 -- Corrected admin inlines for inherited models. Thanks ...Russell Keith-Magee
2009-05-08[1.0.X] Fixed #10899 -- Ensured that log messages for deletions in the admin ...Russell Keith-Magee
2009-05-08[1.0.X] Fixed #10516 -- Corrected admin search when the search_fields definit...Russell Keith-Magee
2009-05-08[1.0.X] Fixed #10651: fixed a javascript error on the admin user add form. Th...Jacob Kaplan-Moss
2009-05-05[1.0.X] Fixed #10275 -- Corrected the edge case of rendering a LogEntry with ...Russell Keith-Magee
2009-05-03[1.0.X] Fixed #9932 -- Added a validation error when an inline tries to exclu...Russell Keith-Magee
2009-05-03[1.0.X] Fixed #9362 -- Prevented inline forms from overwriting the content_ty...Russell Keith-Magee
2009-05-03[1.0.X] Fixed #8903 -- Corrected rendering of admin inline formsets (tabular ...Russell Keith-Magee
2009-04-23[1.0.X] Fixed a needless list() coercion in in ChangeList. Refs #10163. Backp...Jacob Kaplan-Moss
2009-04-22[1.0.X] Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atr...Jacob Kaplan-Moss
2009-04-21[1.0.X] Fixed #10601 -- Fixed edit inline display in admin for right-to-left ...Karen Tracey
2009-04-08[1.0.X] Fixed #9341: add another on `ManyToManyField`s with `raw_id_admins` n...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9969: choices with options groups (added in [7977]) now work c...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the d...Jacob Kaplan-Moss
2009-03-31[1.0.X] Fixed #8749: add better breadcrumbs in the change password template. ...Jacob Kaplan-Moss
2009-03-31[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation...Gary Wilson Jr
2009-03-24[1.0.X] Fixed #9994 -- Fixed admin filtering when to_field is used on relations.Malcolm Tredinnick
2009-03-17[1.0.X] `ModelAdmin` validation now runs when using the `site.register(Model...Jacob Kaplan-Moss
2009-03-10[1.0.X] Fixed #10271, #10281 -- Fixed the handling multiple inline models th...Russell Keith-Magee
2009-02-22[1.0.X] Fixed #9276 -- Corrected the way the CSS class is rolled out in a sta...Russell Keith-Magee
2008-12-23[1.0.X] Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an adm...Gary Wilson Jr
2008-12-16[1.0.X] Fixed #9859 -- Added another missing force_unicode needed in admin wh...Karen Tracey
2008-12-11[1.0.X] Fixed #9795: Since related-object selection widgets take limit_choice...James Bennett
2008-12-10[1.0.X] Fixed #8248: made help() work on models and improved introspection su...Luke Plant
2008-12-08[1.0.X] The second part of fixing "related inherited models" display. Handle ...Malcolm Tredinnick
2008-12-08[1.0.X] Fixed #9732 -- Added missing close paragraph tag to password reset co...Gary Wilson Jr
2008-11-26[1.0.X] Fixed an issue in ForeignKeyRawIdWidget where the values in limit_cho...James Bennett
2008-11-21[1.0.X] Fixed #9642 -- Made the admin calendar/clock popups go away when the ...Karen Tracey
2008-11-20[1.0.X] OneToOne? filtering should only apply in a popup selection from the r...James Bennett
2008-11-15[1.0.X] Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_fo...Brian Rosner
2008-11-13[1.0.X] Fixed #9498 -- Handle a formset correctly when the foreign key is not...Brian Rosner
2008-11-12[1.0.X] Fixed #106 -- Refrain from generating popup window names that IE refu...Karen Tracey
2008-11-10[1.0.X] Fixed #8910 -- Added force_unicode during admin log message creation ...Karen Tracey
2008-11-09[1.0.X] Fixed #9514 -- Made admin change_form template correctly recognize/re...Karen Tracey
2008-11-06[1.0.X] Fixed #9506 take 2 -- Marked the message properly for translation, in...Karen Tracey
2008-11-06[1.0.X] Fixed #9506 -- Marked error string for translation.Karen Tracey
2008-10-31[1.0.X] Fixed #8882 -- When a foreign key is among the unique_together fields...Brian Rosner
2008-10-24[1.0.X] Fixed #7179 -- Changed breadcrumbs on the add page so that a link to ...Karen Tracey
2008-10-22[1.0.X] Fixed #9252 -- Moved the try/except protecting against incorrect look...Karen Tracey
2008-10-21[1.0.X] Display non_field_errors of inline forms in the admin. This was a pre...Brian Rosner
2008-10-21[1.0.X] Fixed #3096 -- Make admin list_filters respect limit_choices_to.Karen Tracey
2008-10-17[1.0.X] Fixed #8110 -- Allow for AdminLogNode's render to be called more than...Karen Tracey
2008-10-08[1.0.X] Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods...Karen Tracey
2008-09-27Fixed #9171 -- Fixed a few places where we were assuming lists instead ofMalcolm Tredinnick
2008-09-21Fixed #7582: Removed checks that prevented null=True ForeignKey fields from b...Karen Tracey
2008-09-21Fixed 8984: Only include a "Documentation" link on change password and change...Karen Tracey
2008-09-20Added a generic "button" class to the admin styles to allow applying the stan...Wilson Miner