index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
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
2008-09-16
Fixed #9083 -- Improved get_admin_log template tag so that it doesn't run a s...
Adrian Holovaty
2008-09-16
Fixed #9074: Added overflow: hidden to the submit-row div to clear the floate...
Wilson Miner
2008-09-10
Fixed #8957 -- Fixed incorrect error message when Admin prepopulated_fields r...
Adrian Holovaty
2008-09-10
Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...
Adrian Holovaty
2008-09-08
Fixed #7929 -- Removed some snippets of admin code that weren't doing anythin...
Adrian Holovaty
2008-09-08
Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...
Adrian Holovaty
2008-09-03
Fixed a small initialisation edge-case in the raw_id_fields section of admin.
Malcolm Tredinnick
2008-09-03
Fixed #8832 -- Position the error icons on the right of the screen in the admin
Malcolm Tredinnick
2008-09-03
Fixed #8812 -- Fixed up the positioning of the "delete" link in the admin
Malcolm Tredinnick
2008-09-02
Security fix. Announcement forthcoming.
Jacob Kaplan-Moss
2008-09-02
Fixed #2612: fixed display of admin `help_text` with multiple fields on the s...
Jacob Kaplan-Moss
2008-09-02
Fixed #8805 -- Make sure proper type coercion happens before dumping data int...
Brian Rosner
2008-09-02
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...
Brian Rosner
2008-09-02
Fixed #8787 -- Fixed failing admin_widgets tests. This fixes ManyToManyRawIdW...
Brian Rosner
2008-09-01
Fixed #2612 -- Fixed admin formatting when help_text is used with multiple fi...
Brian Rosner
2008-09-01
Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...
Brian Rosner
2008-08-31
Fixed #8194 (again): correctly focus on the first declared field in the admin...
Jacob Kaplan-Moss
2008-08-31
Fixed `ModelAdmin.radio_fields` to work with the new `TypedChoiceField`.
Jacob Kaplan-Moss
2008-08-31
Fixed #8058 -- Moved media for filter_vertical/filter_horizontal widget to th...
Brian Rosner
2008-08-31
Fixed #8631 -- Corrected a display issue with the popup submit_row where the ...
Brian Rosner
2008-08-31
Fixed handling of primary keys in model formsets. Model formsets should now w...
Brian Rosner
2008-08-29
Properly reference FieldDoesNotExist as it does not exist in global of django...
Brian Rosner
2008-08-29
Fixed #7810: added named URLs for admin docs, and use them in the admin base ...
Jacob Kaplan-Moss
[next]