index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
Age
Commit message (
Expand
)
Author
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
2008-11-09
Fixed #9514 -- Made admin change_form template correctly recognize/report whe...
Karen Tracey
2008-11-06
Fixed #9506 take 2 -- Marked the message properly for translation, in both pl...
Karen Tracey
2008-11-06
Fixed #9506 -- Marked error string for translation.
Karen Tracey
2008-10-31
Consolidated contrib.admin styles by rolling layout.css and global.css direct...
Wilson Miner
2008-10-31
Applied contrib.admin IE CSS patches to IE6 and 7, and added simple hacks to ...
Wilson Miner
2008-10-31
Added IE conditional comments to contrib.admin base template to block CSS fro...
Wilson Miner
2008-10-31
Reformatted contrib.admin CSS to use multi-line selector format so changes ca...
Wilson Miner
2008-10-31
Fixed #8882 -- When a foreign key is among the unique_together fields in an i...
Brian Rosner
2008-10-24
Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the chan...
Karen Tracey
2008-10-22
Fixed #9252 -- Moved the try/except protecting against incorrect lookup param...
Karen Tracey
2008-10-21
Display non_field_errors of inline forms in the admin. This was a presentatio...
Brian Rosner
2008-10-21
Fixed #3096 -- Make admin list_filters respect limit_choices_to.
Karen Tracey
2008-10-17
Fixed #8110 -- Allow for AdminLogNode's render to be called more than once.
Karen Tracey
2008-10-08
Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi...
Karen Tracey
2008-09-27
Fixed #9171 -- Fixed a few places where we were assuming lists instead of
Malcolm Tredinnick
2008-09-21
Fixed #7582: Removed checks that prevented null=True ForeignKey fields from b...
Karen Tracey
2008-09-21
Fixed 8984: Only include a "Documentation" link on change password and change...
Karen Tracey
2008-09-20
Added a generic "button" class to the admin styles to allow applying the stan...
Wilson Miner
2008-09-18
Fixed #9129 -- Restored a force_unicode that was lost when unicode changes we...
Karen Tracey
2008-09-17
Changed a slightly suspicious usage of request.POST to request.method == 'POST'.
Malcolm Tredinnick
2008-09-16
Changed the app-level links on the admin index page to include trailing slash...
Adrian Holovaty
[prev]
[next]